mirror of
https://github.com/curl/curl.git
synced 2026-06-08 04:24:17 +03:00
In CURLWS_RAW_MODE, to not add an encoding reader, so clients can send raw frames.
This commit is contained in:
parent
e2bbfc437b
commit
f61706cbac
2 changed files with 19 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue