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