frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

HTTP3 Explained

https://http3-explained.haxx.se
29•weinzierl•2h ago

Comments

ahoka•38m ago
Anyone else blocks UDP 80/443 due to privacy concerns?
detaro•31m ago
What privacy concern do you have that does not apply to TCP 80/443?
ahoka•22m ago
Tracking sessions across different physical connections has some non-trivial privacy implications:

https://http3-explained.haxx.se/en/quic/quic-connections#con...

NavinF•14m ago
How do you imagine other protocols handle switching physical connections? With HTTP 1, you send your session ID as a cookie after wasting time creating a new TCP connection
MallocVoidstar•22m ago
No.
ckbkr10•32m ago
Sounds overly complicated, I doubt this will have a widespread adoption
ofrzeta•11m ago
"As of September 2024, HTTP/3 is supported by more than 95% of major web browsers in use and 34% of the top 10 million websites."

https://en.wikipedia.org/wiki/HTTP/3

karel-3d•7m ago
A lot of servers still doesn't support that.

Go http webserver doesn't support http 3 without external libraries. Nginx doesn't support http 3. Apache doesn't support http 3.