mirror of
https://github.com/curl/curl.git
synced 2026-05-16 16:36:20 +03:00
CURLOPT_SHARE: warn about early remove
Add a warning to removing a SHARE from an EASY handle before it is finished. Closes #21633
This commit is contained in:
parent
a15cfeb100
commit
aafbe089a8
1 changed files with 3 additions and 0 deletions
|
|
@ -43,6 +43,9 @@ if no share was used.
|
|||
|
||||
Set this option to NULL again to stop using that share object.
|
||||
|
||||
Warning: adding a *share* and then setting it to NULL while the transfer
|
||||
is ongoing is discouraged and may lead to undefined behavior.
|
||||
|
||||
# DEFAULT
|
||||
|
||||
NULL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue