docs: the websockets symbols are added in 7.86.0

Nothing else

Closes #9459
This commit is contained in:
Daniel Stenberg 2022-09-09 15:36:06 +02:00
parent 22e34da091
commit 485c9ba50a
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
3 changed files with 4 additions and 4 deletions

View File

@ -38,7 +38,7 @@ This function call is EXPERIMENTAL.
Retrives as much as possible of a received WebSockets data fragment into the
\fBbuffer\fP, but not more than \fBbuflen\fP bytes. The provide
\fIrecvflags\fP argument gets bits set to help characterize the fragment.
.IP RECVFLAGS
.SH RECVFLAGS
.IP CURLWS_TEXT
The buffer contains text data. Note that this makes a difference to WebSockets
but libcurl itself will not make any verification of the content or
@ -57,7 +57,7 @@ This as an incoming ping message, that expects a pong response.
.fi
.SH AVAILABILITY
Added in 7.85.0.
Added in 7.86.0.
.SH RETURN VALUE
.SH "SEE ALSO"

View File

@ -64,7 +64,7 @@ This as a pong.
.fi
.SH AVAILABILITY
Added in 7.85.0.
Added in 7.86.0.
.SH RETURN VALUE
.SH "SEE ALSO"

View File

@ -874,7 +874,7 @@ CURLOPT_WRITEDATA 7.9.7
CURLOPT_WRITEFUNCTION 7.1
CURLOPT_WRITEHEADER 7.1
CURLOPT_WRITEINFO 7.1
CURLOPT_WS_OPTIONS 7.85.0
CURLOPT_WS_OPTIONS 7.86.0
CURLOPT_XFERINFODATA 7.32.0
CURLOPT_XFERINFOFUNCTION 7.32.0
CURLOPT_XOAUTH2_BEARER 7.33.0