Tuesday, 18 April 2017

In socket.io, compression perMessageDeflate not working

I see the headers present in both the request and the response

Sec-WebSocket-Extensions:permessage-deflate

and yet, the data sent over the socket is still the same( verified for large and small size data).

Please clarify the following for me: 1. Data sent in the frames of the socket should be compressed right? 2. will i be able to see the compressed data on the developer tools of chrome under the frames tab of the socket ?



via Learner

No comments:

Post a Comment