[GH-ISSUE #436] HTTP/3 support #334

Open
opened 2026-05-07 00:23:13 +02:00 by BreizhHardware · 2 comments

Originally created by @bt90 on GitHub (Oct 9, 2022).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/436

HTTP/3 is finally standardized and it would probably a good fit for ntfys HTTPS endpoint as it allows for connection migration:

connections can thus migrate between IP addresses and network interfaces in ways TCP never could. For instance, migration allows an in-progress download to move from a cellular network connection to a faster wifi connection when the user moves their device into a location offering wifi. Similarly, the download can proceed over the cellular connection if wifi becomes unavailable.

As caddy enables HTTP/3 by default now, some users might already run a HTTP/3 capable ntfy server. For them it would be enough to add support for it in the Android and iOS clients.

https://github.com/lucas-clemente/quic-go

Originally created by @bt90 on GitHub (Oct 9, 2022). Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/436 HTTP/3 is finally standardized and it would probably a good fit for ntfys HTTPS endpoint as it allows for[ connection migration](https://http3-explained.haxx.se/en/quic/quic-connections): > connections can thus migrate between IP addresses and network interfaces in ways TCP never could. For instance, migration allows an in-progress download to move from a cellular network connection to a faster wifi connection when the user moves their device into a location offering wifi. Similarly, the download can proceed over the cellular connection if wifi becomes unavailable. As caddy enables HTTP/3 by default now, some users might already run a HTTP/3 capable ntfy server. For them it would be enough to add support for it in the Android and iOS clients. https://github.com/lucas-clemente/quic-go
Author
Owner

@binwiederhier commented on GitHub (Oct 10, 2022):

I like the idea, and I've used this library in an experimental project 3 years ago (https://github.com/binwiederhier/natter). However, there are many other competing tickets, so this will likely sit for a while.

<!-- gh-comment-id:1273410046 --> @binwiederhier commented on GitHub (Oct 10, 2022): I like the idea, and I've used this library in an experimental project 3 years ago (https://github.com/binwiederhier/natter). However, there are many other competing tickets, so this will likely sit for a while.
Author
Owner

@bt90 commented on GitHub (Oct 10, 2022):

Yeah, perfectly fine. Without WebTransport support, it would only be useful for stream subscribers anyway.

<!-- gh-comment-id:1273472722 --> @bt90 commented on GitHub (Oct 10, 2022): Yeah, perfectly fine. Without [WebTransport](https://www.w3.org/TR/webtransport/) support, it would only be useful for stream subscribers anyway.
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#334
No description provided.