[PR #1679] [MERGED] Attachment: Disable HTTP/2 #1687

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

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/1679
Author: @binwiederhier
Created: 3/27/2026
Status: Merged
Merged: 3/27/2026
Merged by: @binwiederhier

Base: mainHead: attachment-no-http2


📝 Commits (4)

  • 874bdcf No HTTP/2
  • 92fa88c Merge branch 'main' into attachment-no-http2
  • 67fc7fe Disable HTTP2 for S3 backend with ?disable_http2=true option
  • 835d1fa Bump

📊 Changes

8 files changed (+114 additions, -61 deletions)

View changed files

📝 attachment/store.go (+1 -1)
📝 docs/config.md (+7 -4)
📝 docs/install.md (+38 -38)
📝 docs/releases.md (+11 -1)
📝 s3/client.go (+23 -1)
📝 s3/client_test.go (+12 -0)
📝 s3/types.go (+9 -8)
📝 s3/util.go (+13 -8)

📄 Description

No description provided


🔄 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/1679 **Author:** [@binwiederhier](https://github.com/binwiederhier) **Created:** 3/27/2026 **Status:** ✅ Merged **Merged:** 3/27/2026 **Merged by:** [@binwiederhier](https://github.com/binwiederhier) **Base:** `main` ← **Head:** `attachment-no-http2` --- ### 📝 Commits (4) - [`874bdcf`](https://github.com/binwiederhier/ntfy/commit/874bdcf9f108df065ad26fb1c5c7d5d1647608b5) No HTTP/2 - [`92fa88c`](https://github.com/binwiederhier/ntfy/commit/92fa88cf12fa55ab2bad2dd08d80e3f064063929) Merge branch 'main' into attachment-no-http2 - [`67fc7fe`](https://github.com/binwiederhier/ntfy/commit/67fc7fe96abc157915133d43069c3830a7a6caba) Disable HTTP2 for S3 backend with ?disable_http2=true option - [`835d1fa`](https://github.com/binwiederhier/ntfy/commit/835d1faac410f827627d6c0484bacea360d1fae6) Bump ### 📊 Changes **8 files changed** (+114 additions, -61 deletions) <details> <summary>View changed files</summary> 📝 `attachment/store.go` (+1 -1) 📝 `docs/config.md` (+7 -4) 📝 `docs/install.md` (+38 -38) 📝 `docs/releases.md` (+11 -1) 📝 `s3/client.go` (+23 -1) 📝 `s3/client_test.go` (+12 -0) 📝 `s3/types.go` (+9 -8) 📝 `s3/util.go` (+13 -8) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 01:03:15 +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#1687
No description provided.