diff options
author | Eric Wong <e@80x24.org> | 2016-09-13 02:25:57 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-09-13 22:34:04 +0200 |
commit | 2abc848d5431d028b4a6c643c93c7e371e7fdc7e (patch) | |
tree | fd322c408fc841f12b3b5e3bd8766c1e92c118f8 /config.c | |
parent | http: consolidate #ifdefs for curl_multi_remove_handle (diff) | |
download | git-2abc848d5431d028b4a6c643c93c7e371e7fdc7e.tar.xz git-2abc848d5431d028b4a6c643c93c7e371e7fdc7e.zip |
http: always remove curl easy from curlm session on release
We must call curl_multi_remove_handle when releasing the slot to
prevent subsequent calls to curl_multi_add_handle from failing
with CURLM_ADDED_ALREADY (in curl 7.32.1+; older versions
returned CURLM_BAD_EASY_HANDLE)
Signed-off-by: Eric Wong <e@80x24.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'config.c')
0 files changed, 0 insertions, 0 deletions