h3 icon indicating copy to clipboard operation
h3 copied to clipboard

CONNECT and tunnel support

Open stevenctl opened this issue 2 years ago • 4 comments

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.

stevenctl avatar Feb 21 '23 17:02 stevenctl