wget-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: wget2 | Fixed error log for non-fatal inflate() return code Z_BUF_ER


From: Tim Rühsen
Subject: Re: wget2 | Fixed error log for non-fatal inflate() return code Z_BUF_ERROR (!481)
Date: Sun, 27 Dec 2020 14:33:41 +0000



Tim Rühsen started a new discussion on libwget/decompressor.c: 
https://gitlab.com/gnuwget/wget2/-/merge_requests/481#note_474145234

>               }
>       } while (status == Z_OK && !strm->avail_out);
>  
> -     if (status == Z_OK || status == Z_STREAM_END)
> +     if (status == Z_OK || status == Z_BUF_ERROR ||| status == Z_STREAM_END)

`|||` -> `||`

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget2/-/merge_requests/481#note_474145234
You're receiving this email because of your account on gitlab.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]