Snakeway v0.15.1
Highlights
Bug fix: HTTP/2 to HTTP/1.1 Host Header Missing
This is a protocol correctness issue.
Snakeway allows HTTP/2 ingresses to proxy to HTTP/1.1 upstreams.
Strict upstreams (such as other proxies like nginx) require a Host header for HTTP/1.1 requests.
A client may not send the Host header when submitting HTTP/2 requests.
The fix in this release is to derive the Host header from the HTTP/2 :authority pseudo header.