In CURLWS_RAW_MODE, to not add an encoding reader, so clients can send raw frames.

This commit is contained in:
Stefan Eissing 2025-07-31 11:26:12 +02:00
parent e2bbfc437b
commit f61706cbac
No known key found for this signature in database
2 changed files with 19 additions and 9 deletions

View file

@ -39,6 +39,7 @@ Available bits in the bitmask
## CURLWS_RAW_MODE (1)
Deliver "raw" WebSocket traffic to the CURLOPT_WRITEFUNCTION(3)
callback. Read "raw" WebSocket traffic from the CURLOPT_READFUNCTION(3)
callback.
In raw mode, libcurl does not handle pings or any other frame for the