mirror of
https://github.com/curl/curl.git
synced 2026-07-23 21:27:16 +03:00
Starting now, adding an easy handle to a multi stack that was already added
to a multi stack will cause CURLM_BAD_EASY_HANDLE to get returned.
This commit is contained in:
parent
2d38e51867
commit
ab60a12465
4 changed files with 11 additions and 3 deletions
|
|
@ -219,7 +219,9 @@ Things are fine.
|
|||
.IP "CURLM_BAD_HANDLE (1)"
|
||||
The passed-in handle is not a valid CURLM handle.
|
||||
.IP "CURLM_BAD_EASY_HANDLE (2)"
|
||||
An easy handle was not good/valid.
|
||||
An easy handle was not good/valid. It could mean that it isn't an easy handle
|
||||
at all, or possibly that the handle already is in used by this or another
|
||||
multi handle.
|
||||
.IP "CURLM_OUT_OF_MEMORY (3)"
|
||||
You are doomed.
|
||||
.IP "CURLM_INTERNAL_ERROR (4)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue