Merge branch 'cb/http-multi-curl-auth' into maint
commitc968338042b1f38508ed5b863c3ef1f67a06f737
authorJunio C Hamano <gitster@pobox.com>
Thu, 3 May 2012 22:34:51 +0000 (3 15:34 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 May 2012 22:34:51 +0000 (3 15:34 -0700)
tree3a0814bc1d0b3ba475579482d14abd7a9b5f0380
parent66bca3f7229a475bae4f37c3b3e93dd5ae479b5d
parent6f4c347ca1d3102d77e2dd36b6bc8ab12de6045b
Merge branch 'cb/http-multi-curl-auth' into maint

HTTP transport that requires authentication did not work correctly when
multiple connections are used simultaneously.

By Jeff King (3) and Clemens Buchacher (1)
* cb/http-multi-curl-auth:
  http: use newer curl options for setting credentials
  http: clean up leak in init_curl_http_auth
  fix http auth with multiple curl handles
  http auth fails with multiple curl handles