gpack
gpack copied to clipboard
To handle gzipped request correctly.
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
.