From dbaa1e17a65ee2ca00a214280878845fcf81322a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 12 Sep 2022 16:34:31 +0200 Subject: [PATCH] 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 --- docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); -- 2.47.3