Merge branch 'jk/maint-http-half-auth-fetch'
commita9bb4e55a3a552a705f8a6222e4523ed27bb7cc8
authorJunio C Hamano <gitster@pobox.com>
Tue, 20 Nov 2012 18:30:17 +0000 (20 10:30 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 20 Nov 2012 18:30:17 +0000 (20 10:30 -0800)
tree3988956212f4ec2ab4ba1c31a6570f282247f145
parent80dfab86cd36a25cc5ea8124a1b3946e94d200b5
parent2e736fd5e94c6fa44ba95d81a5b0ae407b968b78
Merge branch 'jk/maint-http-half-auth-fetch'

Fixes fetch from servers that ask for auth only during the actual
packing phase. This is not really a recommended configuration, but it
cleans up the code at the same time.

* jk/maint-http-half-auth-fetch:
  remote-curl: retry failed requests for auth even with gzip
  remote-curl: hoist gzip buffer size to top of post_rpc
remote-curl.c
t/lib-httpd/apache.conf
t/t5551-http-fetch.sh