Currently, HEv3 is defined as a procedure that produces a single connection as its output. This does not model the actual behavior of optimized HTTP clients, which continue to race QUIC and TCP even after TCP "wins" and the first HTTP request is sent, so that the QUIC connection can be used for the next HTTP request.
I would like to see a mode of HE that is a "connection escalator": its output is an asynchronous finite sequence of connections, each more preferred than the last.
The charter requires that HEv3 "ends with a single established connection to a server". Like the current specification, this is true of a connection escalator: less preferred connections are closed in favor of more-preferred connections as they become available.
Currently, HEv3 is defined as a procedure that produces a single connection as its output. This does not model the actual behavior of optimized HTTP clients, which continue to race QUIC and TCP even after TCP "wins" and the first HTTP request is sent, so that the QUIC connection can be used for the next HTTP request.
I would like to see a mode of HE that is a "connection escalator": its output is an asynchronous finite sequence of connections, each more preferred than the last.
The charter requires that HEv3 "ends with a single established connection to a server". Like the current specification, this is true of a connection escalator: less preferred connections are closed in favor of more-preferred connections as they become available.