The text in Section 14.2.1 lacks clarity on sharing/pooling of HTTP/3 connections:
"Either establish an HTTP/3 connection or reuse an existing HTTP/3 connection to the host specificed by the url, as specified in [WEB-TRANSPORT-HTTP3]."
Does this mean that an HTTP/3 connection created by fetch will be reused if an Http3Transport is constructed to the same host? Or is the text only applicable to reuse of connections constructed by Http3Transport? Is it possible for a QUIC connection previously created by the QuicTransport constructor to the same host to be reused by Http3Transport?
The text in Section 14.2.1 lacks clarity on sharing/pooling of HTTP/3 connections:
"Either establish an HTTP/3 connection or reuse an existing HTTP/3 connection to the host specificed by the url, as specified in [WEB-TRANSPORT-HTTP3]."
Does this mean that an HTTP/3 connection created by fetch will be reused if an Http3Transport is constructed to the same host? Or is the text only applicable to reuse of connections constructed by Http3Transport? Is it possible for a QUIC connection previously created by the QuicTransport constructor to the same host to be reused by Http3Transport?