beast icon indicating copy to clipboard operation
beast copied to clipboard

Client should close with 1010 if permessage-deflate offer is rejected

Open vinniefalco opened this issue 8 years ago • 2 comments

When the client configuration requires the permessage-deflate extension and the server does not offer it in the response, the client should perform the WebSocket Close with 1010 (close_code::needs_extension).

vinniefalco avatar Apr 21 '17 18:04 vinniefalco

i want to work on this issue .can you tell you breifly how to solve this issue.

badgujarsachin83 avatar Dec 02 '21 18:12 badgujarsachin83

I think a good start would be to set up a test that sets up the above scenario. Then place a breakpoint in the code for the async operation for async_handshake and the sync operation for handshake.

madmongo1 avatar Dec 03 '21 15:12 madmongo1