docs: added docs to curl_ws_meta to represent the new CURLWS_FIN flag

This commit is contained in:
roberte777 2025-02-26 16:38:28 -06:00
parent 0c09f5893e
commit 935596b190

View File

@ -124,6 +124,13 @@ reassemble the fragments to receive the complete message.
Only a single fragmented message can be transmitted at a time, but it may
be interrupted by CURLWS_CLOSE, CURLWS_PING or CURLWS_PONG frames.
## CURLWS_FIN
This flag is set when the FIN bit is present in the received WebSocket frame.
In WebSocket protocol, the FIN bit indicates that this frame is the final
frame of the message. When CURLWS_FIN is set, it means no further frames
follow for this message.
# %PROTOCOLS%
# EXAMPLE