Merge branch 'cb/http-multi-curl-auth'
commit157a4767a56e37def5e156b60f03ee220208d8fb
authorJunio C Hamano <gitster@pobox.com>
Fri, 27 Apr 2012 20:57:49 +0000 (27 13:57 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Apr 2012 20:57:49 +0000 (27 13:57 -0700)
tree6ec9c8cf5c2cc3c0a34354e4832d70056a2c5930
parent010b260e6f23b8964ef53b989e1c1baa8973edbe
parent6f4c347ca1d3102d77e2dd36b6bc8ab12de6045b
Merge branch 'cb/http-multi-curl-auth'

Fixes http authentication breakage when we keep multiple HTTP requests in
flight using curl-multi.

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