From the proposal:
HTTP CONNECT to tunnel over a single QUIC stream
Curious what the status is? If nobody is working on this I'd be happy to contribute although I might need a bit of guidance.
Guidance mostly around the expected API surface. Currently inspecting h2 as a reference.
If the proxy
detects that the client has reset the stream or aborted reading from
the stream, it MUST close the TCP connection.
The client TCP connection and probably server TCP connection would be managed by the application/proxy that depends on h3 (at least for the usecases I have in mind). Is there desire to handle that forwarding in h3? I assume not.
From the proposal:
Curious what the status is? If nobody is working on this I'd be happy to contribute although I might need a bit of guidance.
Guidance mostly around the expected API surface. Currently inspecting
h2as a reference.The client TCP connection and probably server TCP connection would be managed by the application/proxy that depends on
h3(at least for the usecases I have in mind). Is there desire to handle that forwarding in h3? I assume not.