Dan Fandrich's fix for libz 1.1 and "extra field" usage in a gzip stream

This commit is contained in:
Daniel Stenberg 2004-11-30 09:44:54 +00:00
parent fe0585ec91
commit c28e15c682
1 changed files with 1 additions and 0 deletions

View File

@ -210,6 +210,7 @@ static enum {
return GZIP_UNDERFLOW;
len -= (extra_len + 2);
data += (extra_len + 2);
}
if (flags & ORIG_NAME) {