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 returned handshake response says the server does not want to use permessage-deflate.
But if I just send:
Sec-WebSocket-Extensions: permessage-deflate
The returned handshake response says the server does want to use permessage-deflate.
From: https://www.rfc-editor.org/rfc/rfc7692, "It is RECOMMENDED that a server supports the server_no_context_takeover extension parameter in an extension negotiation offer."
The text was updated successfully, but these errors were encountered:
If I send the following header in the websocket handshake:
The returned handshake response says the server does not want to use
permessage-deflate
.But if I just send:
The returned handshake response says the server does want to use
permessage-deflate
.From: https://www.rfc-editor.org/rfc/rfc7692, "It is RECOMMENDED that a server supports the
server_no_context_takeover
extension parameter in an extension negotiation offer."The text was updated successfully, but these errors were encountered: