Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP/3 or QUIC support? #47

Open
nagyrobi opened this issue Jan 29, 2025 · 1 comment
Open

HTTP/3 or QUIC support? #47

nagyrobi opened this issue Jan 29, 2025 · 1 comment

Comments

@nagyrobi
Copy link

nagyrobi commented Jan 29, 2025

Any plans to add support for QUIC protocol?

An important difference in HTTP/3 is that it runs on QUIC, a new transport protocol. QUIC is designed to be fast and to support switching rapidly between networks. It relies on the UDP rather than the TCP, which mitigates an issue called head-of-line blocking in TCP, where network packet loss or reordering can slow down high-transaction connections. Furthermore, QUIC separates out the layer 4 transport connection from the layer 3 IP flow, allowing for migration between different networks without disruption.

QUIC can better support mobile-heavy Internet usage in which people carry smartphones and constantly switch from one network to another as they move about their day. This type of Internet usage was not common when the first Internet protocols were developed: devices were less portable and did not switch networks very often.

In 2016 it was adopted by the Internet Engineering Task Force (IETF) — a vendor-neutral standards organization — as they started creating the new HTTP/3 standard. After consulting with experts around the world, the IETF has made a host of changes to develop the now-standard version of QUIC published as RFC 9000.


Would be nice to use backends the usual way via TCP, and expose them to the front also via QUIC on UDP ports 80 and 443.

@graygnuorg
Copy link
Owner

Hi Róbert. Yes, but in somewhat long run. My nearest plans are to add HTTP/2 first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants