]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CURLOPT_CONNECT_ONLY.3: for ws(s) as well
authorDaniel Stenberg <daniel@haxx.se>
Mon, 12 Sep 2022 14:34:31 +0000 (16:34 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 13 Sep 2022 08:31:48 +0000 (10:31 +0200)
and correct the version number for when that support comes. Even if it
is still experimental for WebSocket.

Closes #9487

docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3

index b198da6c38588a2606c15c5e4f4fc3e8c0b87b51..97f33beb9641e3de30438d8e3dab63c7fb080189 100644 (file)
@@ -42,7 +42,7 @@ useful when used with the \fICURLINFO_ACTIVESOCKET(3)\fP option to
 the application can obtain the most recently used socket for special data
 transfers.
 
-Since 7.85.0, this option can be set to '2' and if HTTP or WebSockets are
+Since 7.86.0, this option can be set to '2' and if HTTP or WebSocket are
 used, libcurl will do the request and read all response headers before handing
 over control to the application.
 
@@ -57,7 +57,7 @@ application wants to use it. Once it has been removed with
 .SH DEFAULT
 0
 .SH PROTOCOLS
-HTTP, SMTP, POP3 and IMAP
+HTTP, SMTP, POP3 and IMAP. For WS and WSS starting in 7.86.0.
 .SH EXAMPLE
 .nf
 CURL *curl = curl_easy_init();