From: Junio C Hamano Date: Fri, 14 Mar 2014 21:24:18 +0000 (-0700) Subject: Merge branch 'jk/http-no-curl-easy' X-Git-Tag: v2.0.0-rc0~131 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b7de45b58e0ff8ee552a965fa081c4453adfb239;p=thirdparty%2Fgit.git Merge branch 'jk/http-no-curl-easy' Uses of curl's "multi" interface and "easy" interface do not mix well when we attempt to reuse outgoing connections. Teach the RPC over http code, used in the smart HTTP transport, not to use the "easy" interface. * jk/http-no-curl-easy: http: never use curl_easy_perform --- b7de45b58e0ff8ee552a965fa081c4453adfb239