CURLOPT_CONNECT_ONLY.3: for ws(s) as well

and correct the version number for when that support comes. Even if it
is still experimental for WebSocket.

Closes #9487
This commit is contained in:
Daniel Stenberg 2022-09-12 16:34:31 +02:00
parent ee56e6ff12
commit dbaa1e17a6
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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();