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
Whenever Skipper sees connection upgrade headers it assumes connection will be upgraded and when status is not 101 it tries to serve the backend response to the client.
In doing so it completely ignores backend response headers
Whenever Skipper sees connection upgrade headers it assumes connection will be upgraded and when status is not 101 it tries to serve the backend response to the client.
In doing so it completely ignores backend response headers
skipper/proxy/upgrade.go
Lines 125 to 134 in c3b1657
which results in
Content-Type: text/plain; charset=utf-8
, missing backend headers and Skipper brandingskipper/proxy/proxy.go
Lines 929 to 934 in c3b1657
Tentatively this code path should reuse proxy code to serve a backend response.
See related HTTP/1.1 TLS Upgrade (RFC-2817) should not be default.
The text was updated successfully, but these errors were encountered: