Open vinniefalco opened 7 years ago
i want to work on this issue .can you tell you breifly how to solve this issue.
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
.
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
).