]> git.ipfire.org Git - thirdparty/git.git/commit - remote-curl.c
remote-curl: accept compressed responses with protocol v2
authorBrandon Williams <bmwill@google.com>
Tue, 22 May 2018 18:42:04 +0000 (11:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 May 2018 01:24:13 +0000 (10:24 +0900)
commiteaf6a1b6e9e7ec1dd3c17037efd271e430264975
tree5c6efb05c24645c1fcf72d2bc5b18b4b58dcc750
parent1a53e692afd417897d76bff4ce54bc05a3a976b2
remote-curl: accept compressed responses with protocol v2

Configure curl to accept compressed responses when using protocol v2 by
setting `CURLOPT_ENCODING` to "", which indicates that curl should send
an "Accept-Encoding" header with all supported compression encodings.

Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
remote-curl.c