[PR #660] [MERGED] remove redundant ?poll=1 query param #1369

Closed
opened 2026-05-07 01:01:47 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/660
Author: @wunter8
Created: 3/7/2023
Status: Merged
Merged: 3/7/2023
Merged by: @binwiederhier

Base: mainHead: remove-redundant-poll-param


📝 Commits (1)

  • ee97e11 remove redundant ?poll=1 query param

📊 Changes

1 file changed (+0 additions, -3 deletions)

View changed files

📝 cmd/subscribe.go (+0 -3)

📄 Description

Previous:

GET /mytopic/json?poll=1&poll=1 HTTP/1.1
Host: localhost:8080
User-Agent: Go-http-client/1.1
Accept-Encoding: gzip

Now:

GET /mytopic/json?poll=1 HTTP/1.1
Host: localhost:8080
User-Agent: Go-http-client/1.1
Accept-Encoding: gzip

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/binwiederhier/ntfy/pull/660 **Author:** [@wunter8](https://github.com/wunter8) **Created:** 3/7/2023 **Status:** ✅ Merged **Merged:** 3/7/2023 **Merged by:** [@binwiederhier](https://github.com/binwiederhier) **Base:** `main` ← **Head:** `remove-redundant-poll-param` --- ### 📝 Commits (1) - [`ee97e11`](https://github.com/binwiederhier/ntfy/commit/ee97e1110d3a56e9a96ec8fd0d82618191c243c3) remove redundant ?poll=1 query param ### 📊 Changes **1 file changed** (+0 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `cmd/subscribe.go` (+0 -3) </details> ### 📄 Description Previous: ``` GET /mytopic/json?poll=1&poll=1 HTTP/1.1 Host: localhost:8080 User-Agent: Go-http-client/1.1 Accept-Encoding: gzip ``` Now: ``` GET /mytopic/json?poll=1 HTTP/1.1 Host: localhost:8080 User-Agent: Go-http-client/1.1 Accept-Encoding: gzip ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 01:01:47 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy#1369
No description provided.