]> granicus.if.org Git - curl/commit
curl_multi_remove_handle: allow multiple removes
authorDaniel Stenberg <daniel@haxx.se>
Thu, 29 Aug 2013 20:08:01 +0000 (22:08 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 29 Aug 2013 20:08:45 +0000 (22:08 +0200)
commit84f3b3dd448399f9548468676e1bd1475dba8de5
treef79aea9e642c8caba3cd9b858f943a7b883e6518
parent2ef83136d4e6919fc6571bb8091748a56df3c60a
curl_multi_remove_handle: allow multiple removes

When removing an already removed handle, avoid that to ruin the
internals and just return OK instead.
lib/multi.c