Merge branch 'ew/http-do-not-forget-to-call-curl-multi-remove-handle'
commitac8ddd7ba36751a9f6413bb3921fc6797144717e
authorJunio C Hamano <gitster@pobox.com>
Wed, 21 Sep 2016 22:15:23 +0000 (21 15:15 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Sep 2016 22:15:23 +0000 (21 15:15 -0700)
tree2502509624100b551a6f30fcfa76169a82356785
parent570b4494c7c331bf77ce3a11122993a656901f4a
parent2abc848d5431d028b4a6c643c93c7e371e7fdc7e
Merge branch 'ew/http-do-not-forget-to-call-curl-multi-remove-handle'

The http transport (with curl-multi option, which is the default
these days) failed to remove curl-easy handle from a curlm session,
which led to unnecessary API failures.

* ew/http-do-not-forget-to-call-curl-multi-remove-handle:
  http: always remove curl easy from curlm session on release
  http: consolidate #ifdefs for curl_multi_remove_handle
  http: warn on curl_multi_add_handle failures
http.c