CURLM_ADDED_ALREADY: new error code
authorDaniel Stenberg <daniel@haxx.se>
Tue, 20 Aug 2013 10:27:50 +0000 (12:27 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 20 Aug 2013 21:13:19 +0000 (23:13 +0200)
commit19122c07682c268c2383218f62e09c3d24a41e76
tree7ada8e345488863936046a5343e5a83a73c03b30
parentc346c4c8f9503239ad3b5f2ba1cca9a317707e88
CURLM_ADDED_ALREADY: new error code

Doing curl_multi_add_handle() on an easy handle that is already added to
a multi handle now returns this error code. It previously returned
CURLM_BAD_EASY_HANDLE for this condition.
docs/libcurl/libcurl-errors.3
docs/libcurl/symbols-in-versions
include/curl/multi.h
lib/multi.c
lib/strerror.c