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
Родитель fe0585ec91
Коммит c28e15c682
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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