ztunnel
ztunnel copied to clipboard
Add support for HTTP/1.1, negotiated by ALPN
Hi @howardjohn, What's the context/background for this change? I may have missed it, but haven't seen anything mentioned in the weekly meeting notes.
I'm asking as given that envoy (and other modern proxies/servers) support h2, I'm not sure if it is worth the extra complexity to add h1 support. This means that we have 2 protocols with different buffering and connection semantics to tune and optimize now and down the road.
Hi @howardjohn, What's the context/background for this change? I may have missed it, but haven't seen anything mentioned in the weekly meeting notes.
I'm asking as given that envoy (and other modern proxies/servers) support h2, I'm not sure if it is worth the extra complexity to add h1 support. This means that we have 2 protocols with different buffering and connection semantics to tune and optimize now and down the road.
The motivations were compatibility and performance. However, our possible compatibility use cases haven't come to fruition yet and I haven't had time to test/prove performance benefits at all. Lets keep this on the backburner for now unless its value becomes more apparent
PR needs rebase.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.