mirror of
https://github.com/curl/curl.git
synced 2026-07-25 02:37:18 +03:00
Dan Fandrich's fix for libz 1.1 and "extra field" usage in a gzip stream
This commit is contained in:
parent
fe0585ec91
commit
c28e15c682
1 changed files with 1 additions and 0 deletions
|
|
@ -210,6 +210,7 @@ static enum {
|
|||
return GZIP_UNDERFLOW;
|
||||
|
||||
len -= (extra_len + 2);
|
||||
data += (extra_len + 2);
|
||||
}
|
||||
|
||||
if (flags & ORIG_NAME) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue