Merge branch 'jk/http-no-curl-easy'
authorJunio C Hamano <gitster@pobox.com>
Fri, 14 Mar 2014 21:24:18 +0000 (14:24 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Mar 2014 21:24:18 +0000 (14:24 -0700)
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

Trivial merge