mirror of
https://github.com/curl/curl.git
synced 2026-05-30 06:57:28 +03:00
curl_ws_send.3: clarify how to send multi-frame messages
This commit is contained in:
parent
ad55b23634
commit
ff7c390b29
1 changed files with 2 additions and 0 deletions
|
|
@ -53,6 +53,8 @@ should be set to zero.
|
|||
If \fBCURLWS_RAW_MODE\fP is enabled in \fICURLOPT_WS_OPTIONS(3)\fP, the
|
||||
\fBflags\fP argument should be set to 0.
|
||||
|
||||
To send a message consisting of multiple frames, set the \fICURLWS_CONT\fP bit
|
||||
in all frames except the final one.
|
||||
.SH FLAGS
|
||||
.IP CURLWS_TEXT
|
||||
The buffer contains text data. Note that this makes a difference to WebSocket
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue