You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix bugs when using proxies with downstream HTTP/2
Without this, HTTPS HTTP/2 requests expect upstream to be HTTP/2,
and so they convert headers etc to HTTP/2 format. With proxies,
it's never HTTP/2, so all requests fail complaining about invalid
HTTP/1 headers (:scheme et al).
0 commit comments