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
However, establish a WebSocket connection step 9 mentions the Sec-WebSocket-Extensions header defined in RFC 7692, and references the original WebSocket standard RFC instead of the extension's RFC in the trailing reference link.
Let permessageDeflate be a user-agent defined "permessage-deflate" extension header value. [WSP]
Append (Sec-WebSocket-Extensions, permessageDeflate) to request’s header list.
This leads to two questions:
Should step 9 of establish a WebSocket connection normatively reference RFC 7692?
Is a user agent that does not support permessage-deflate conforming to the WhatWG WebSockets standard?
The text was updated successfully, but these errors were encountered:
I think the answers are 1) yes and 2) no. Though as always if no user agent actually implements this we might have to revisit things so looking at the existing test coverage is probably a good idea.
What is the issue with the WebSockets Standard?
I noticed that there is no normative reference for RFC 7692 in https://websockets.spec.whatwg.org/#normative
However, establish a WebSocket connection step 9 mentions the Sec-WebSocket-Extensions header defined in RFC 7692, and references the original WebSocket standard RFC instead of the extension's RFC in the trailing reference link.
This leads to two questions:
permessage-deflate
conforming to the WhatWG WebSockets standard?The text was updated successfully, but these errors were encountered: