author | Alexandre Julliard <julliard@winehq.org> | |
Wed, 2 May 2007 12:53:23 +0000 (14:53 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 4 May 2007 05:12:40 +0000 (22:12 -0700) | ||
commit | 9cf04301b182c4c57d62ea63554d109db613f9d3 | |
tree | 9c46683432defec26246e21e22f2ca94bf1d0a8f | tree | snapshot |
parent | 7a33b0bfced9cfcea785dac5ddf189d937a42446 | commit | diff |
http-fetch: Disable use of curl multi support for libcurl < 7.16.
curl_multi_remove_handle() is broken in libcurl < 7.16, in that it
doesn't correctly update the active handles count when a request is
aborted. This causes the transfer to hang forever waiting for the
handle count to become less than the number of active requests.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
curl_multi_remove_handle() is broken in libcurl < 7.16, in that it
doesn't correctly update the active handles count when a request is
aborted. This causes the transfer to hang forever waiting for the
handle count to become less than the number of active requests.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
http.h | diff | blob | history |