wget-dev
[Top][All Lists]
Advanced

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

Re: wget2 | Draft: Small fixes (!505)


From: Avinash Sonawane (@rootkea)
Subject: Re: wget2 | Draft: Small fixes (!505)
Date: Wed, 27 Apr 2022 13:14:37 +0000



Avinash Sonawane started a new discussion on libwget/http.c: 
https://gitlab.com/gnuwget/wget2/-/merge_requests/505#note_926043939

>  
>               if (nread < 4) continue;
>  
> -             if (nread - nbytes <= 4)
> +             if (nread - nbytes <= 3)

I'm not quite sure how to explain this but paper-pencil maths says this should 
indeed be `<=3`.

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




reply via email to

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