Merge branch 'bw/remote-curl-compressed-responses'
commit13e8be95dbcf93f84154695b6a1be9718ff9665b
authorJunio C Hamano <gitster@pobox.com>
Wed, 30 May 2018 12:51:29 +0000 (30 21:51 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 30 May 2018 12:51:29 +0000 (30 21:51 +0900)
treef0a825371666e59c2525ee443be15481ba92f29f
parente47dbece39712567a36a096010c5c1223119f7e3
parenteaf6a1b6e9e7ec1dd3c17037efd271e430264975
Merge branch 'bw/remote-curl-compressed-responses'

Our HTTP client code used to advertise that we accept gzip encoding
from the other side; instead, just let cURL library to advertise
and negotiate the best one.

* bw/remote-curl-compressed-responses:
  remote-curl: accept compressed responses with protocol v2
  remote-curl: accept all encodings supported by curl
http.c