commit | 02dc534fc6eb8a08c686b7cb2d979545853889d0 | [log] [tgz] |
---|---|---|
author | Mike Hommey <mh@glandium.org> | Mon Dec 10 22:36:08 2007 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Dec 14 21:31:59 2007 -0800 |
tree | de93a82916acfb5604e51baa2e7b3696fd370c6a | |
parent | c20f290808efb85fbc7a57e7bc6eddeb4a0208a8 [diff] |
Remove a CURLOPT_HTTPHEADER (un)setting Setting CURLOPT_HTTPHEADER doesn't add HTTP headers, but replaces whatever set of headers was configured before, so setting to NULL doesn't have any magic meaning, and is pretty much useless when setting to another list right after. Signed-off-by: Mike Hommey <mh@glandium.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>