mirror of
https://github.com/curl/curl.git
synced 2026-07-30 18:28:08 +03:00
CURLOPT_CONNECT_ONLY.3: clarify multi API use
Reported-by: Maxim Ivanov Fixes #9244 Closes #9262
This commit is contained in:
parent
4641575fcd
commit
ba670b318c
1 changed files with 6 additions and 0 deletions
|
|
@ -44,6 +44,12 @@ transfers.
|
|||
|
||||
Transfers marked connect only will not reuse any existing connections and
|
||||
connections marked connect only will not be allowed to get reused.
|
||||
|
||||
If the connect only transfer is done using the multi interface, the particular
|
||||
easy handle must remain added to the multi handle for as long as the
|
||||
application wants to use it. Once it has been removed with
|
||||
\fIcurl_multi_remove_handle(3)\fP, \fIcurl_easy_send(3)\fP and
|
||||
\fIcurl_easy_recv(3)\fP do not function.
|
||||
.SH DEFAULT
|
||||
0
|
||||
.SH PROTOCOLS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue