ngx_http_proxy_connect_module icon indicating copy to clipboard operation
ngx_http_proxy_connect_module copied to clipboard

quic protocol

Open Ryenum opened this issue 2 years ago • 1 comments

I have a problem, I have a server that supports the quic protocol, but I still use the http2 protocol when I use it as a forward proxy to access other websites that support http3. Why?

Ryenum avatar Dec 09 '23 07:12 Ryenum

Currently it does not supported h2/h3(quic) protocol.

H2 support is under development https://github.com/chobits/ngx_http_proxy_connect_module/pull/278, which still needs some efforts. H3 support, we do not have a plan now.

chobits avatar Dec 11 '23 05:12 chobits