|
|
|
|
|
by tialaramex
2202 days ago
|
|
So far as I can see they won't. Because QUIC (and thus HTTP/3) is always encrypted your fallback is always a TLS connection. Modern TLS agrees the sub-protocol to use (in this case h2 = HTTP/2) early with ALPN. If that ALPN sub-protocol isn't available that same connection just becomes HTTP/1.1 (over TLS) instead. So there's no reason to fall all the way to HTTP/1.1 without asking if HTTP/2 is available. |
|