varnish / hitch

A scalable TLS proxy by Varnish Software.
https://www.varnish-software.com/
Other
1.87k stars 157 forks source link

Any plan to support for h3? #375

Closed iammeken closed 1 year ago

iammeken commented 1 year ago

nginx just released: https://www.nginx.com/blog/binary-packages-for-preview-nginx-quic-http3-implementation/

daghf commented 1 year ago

Hi @iammeken

We will not pursue h/3 in Hitch.

Hitch has always been what you can call a "dumb proxy", it is strictly focused on the TLS bits, and never cares about the actual payload. With this scope in mind, it's not a natural candidate for a full-blown QUIC/h3 implementation.

As an aside, there are plans for pursuing h/3 in Varnish Cache but that's still very early days.