@angristan nande? :angrycry: https://http3check.net/?host=mstdn.io
Conversation
Notices
-
Bernie (codewiz@mstdn.io)'s status on Sunday, 15-Sep-2019 12:51:39 UTC Bernie -
Bernie (codewiz@mstdn.io)'s status on Sunday, 15-Sep-2019 13:18:29 UTC Bernie @espectalll @angristan QUIC is usually terminated by load-balancing HTTP proxies, even in large shops.
The general design is that these frontends open a number of permanent connections to the application servers.
-
Stanislas :NotLikeThis: (angristan@mstdn.io)'s status on Sunday, 15-Sep-2019 13:19:48 UTC Stanislas :NotLikeThis: @espectalll to answer @codewiz, in front of mstdn.io there is Nginx, then Caddy which does the TLS termination and does support QUIC, but actually we have Cloudflare proxying everything, :cloudflare: does support QUIC but I've been in the waitlist since forever so... :shrug_akko:
Bernie repeated this. -
Bernie (codewiz@mstdn.io)'s status on Sunday, 15-Sep-2019 13:20:26 UTC Bernie @espectalll @angristan The boundary between public internet and inter-datacenter protocols is blending: HTTP has also gained the ability to do pipelining, multiple sub-streams, traffic classes, etc.
So, gRPC is built on top of HTTP/2 and, I guess, will upgrade to HTTP/3 when both the client and server can speak it: https://www.grpc.io/
-
Bernie (codewiz@mstdn.io)'s status on Sunday, 15-Sep-2019 13:23:16 UTC Bernie @angristan @espectalll Be patient, even cloudflare.com is still waiting:
https://http3check.net/?host=cloudflare.com -
Bernie (codewiz@mstdn.io)'s status on Sunday, 15-Sep-2019 13:35:46 UTC Bernie @angristan @espectalll Do you have stats for what percentage of connections get 0RTT?
I want to enable 0RTT for Android's private DNS, but I have no idea how big the benefit to users will be.
-