From: Daniel Stenberg Date: Mon, 12 Sep 2022 14:34:31 +0000 (+0200) Subject: CURLOPT_CONNECT_ONLY.3: for ws(s) as well X-Git-Tag: curl-7_86_0~243 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbaa1e17a65ee2ca00a214280878845fcf81322a;p=thirdparty%2Fcurl.git 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 --- diff --git a/docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3 b/docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3 index b198da6c38..97f33beb96 100644 --- a/docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3 +++ b/docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3 @@ -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();