Home » U++ Library support » U++ Core » Way to decode websocket frames?
Re: Way to decode websocket frames? [message #59047 is a reply to message #59046] |
Thu, 20 October 2022 19:11   |
omari
Messages: 276 Registered: March 2010
|
Experienced Member |
|
|
Hi,
by default, in the Upp implementation, we accept frame compression when the server can do it.
the frame then is zip compressed, but without header.
as a quik solution, you can disable compression :
in the file: upp\uppsrc\Core\WebSocket.cpp, comment out ( or remove) the line (27)
// "Sec-WebSocket-Extensions: permessage-deflate\r\n"
regards,
Abdelghani OMARI.
regards
omari.
[Updated on: Sat, 22 October 2022 08:44] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Sat Aug 02 00:32:26 CEST 2025
Total time taken to generate the page: 0.08275 seconds
|