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
The CacheFilter (#7198) should bypass cache for any upgrade GET requests that Envoy does not strip the upgrade header for before proxying it upstream. The reason for this is that if the upgrade header is forwarded upstream, then this means that this is a request that wants the origin (as opposed to the proxy) to change the communication protocol. Responses to these requests should not be cached.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or other activity occurs. Thank you for your contributions.
stalebot
added
the
stale
stalebot believes this issue/PR has not been touched recently
label
Jul 25, 2020
stalebot
removed
the
stale
stalebot believes this issue/PR has not been touched recently
label
Jul 27, 2020
yosrym93
changed the title
CacheFilter: Websocket protocol requests should skip the cache
CacheFilter: Upgrade GET requests whose upgrade headers are not removed should bypass the cache
Aug 27, 2020
The CacheFilter (#7198) should bypass cache for any upgrade GET requests that Envoy does not strip the upgrade header for before proxying it upstream. The reason for this is that if the upgrade header is forwarded upstream, then this means that this is a request that wants the origin (as opposed to the proxy) to change the communication protocol. Responses to these requests should not be cached.
The text was updated successfully, but these errors were encountered: