gpack icon indicating copy to clipboard operation
gpack copied to clipboard

To handle gzipped request correctly.

Open raptium opened this issue 11 years ago • 0 comments

Sometime git sends gzipped http request and gpack was not able to handle this correctly (you will get something like fatal: protocol error: bad line length character: fata).

This patch enables gpack to decompress gzipped http body when Content-Type of the request is set to gzip.

raptium avatar Feb 24 '14 04:02 raptium