Hello!
Is there a way to handle requests specifying compression header?
Sec-WebSocket-Extensions: permessage-deflate
Response should contain the same header (easy), but the request data ($msg in onMessage) would have to be inflated, so would the response data passed to send( ).
Advice appreciated!
Thanks,
Gabriel
Hello!
Is there a way to handle requests specifying compression header?
Sec-WebSocket-Extensions: permessage-deflateResponse should contain the same header (easy), but the request data (
$msginonMessage) would have to be inflated, so would the response data passed tosend( ).Advice appreciated!
Thanks,
Gabriel