]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs: the websockets symbols are added in 7.86.0
authorDaniel Stenberg <daniel@haxx.se>
Fri, 9 Sep 2022 13:36:06 +0000 (15:36 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 9 Sep 2022 15:11:58 +0000 (17:11 +0200)
Nothing else

Closes #9459

docs/libcurl/curl_ws_recv.3
docs/libcurl/curl_ws_send.3
docs/libcurl/symbols-in-versions

index edbce84c432fd7c18b864ece9c4a977c144e1de1..b13b5983243ff02d849e558b25a89cb2403f4623 100644 (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"
index 7cf103dbe835a881e1cd59b2d9f5724c3bb4eb33..098cba6891b2394dbaed825e65098b6b83f27109 100644 (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"
index afe800216db72d381ec0b42b2983ced84596f8f9..070c0f3677e71d966a2b917c1d191299d55bc554 100644 (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