rockdaboot / wget2

The successor of GNU Wget. Contributions preferred at https://gitlab.com/gnuwget/wget2. But accepted here as well 😍
GNU Lesser General Public License v3.0
549 stars 75 forks source link

wget2 continues to fetch the existing full file, with the `Errors: 1` #313

Closed ueaner closed 5 months ago

ueaner commented 5 months ago
[fedora] /tmp ❯ wget -c https://kojipkgs.fedoraproject.org/packages/kernel-headers/6.8.3/300.fc40/x86_64/kernel-headers-6.8.3-300.fc40.x86_64.rpm
kernel-headers-6.8.3 100% [===================================================================================================================================>]    1.43M    1.06MB/s
                          [Files: 1  Bytes: 1.43M [664.49KB/s] Redirects: 0  Todo: 0  Errors: 0                                                                ]
[fedora] /tmp ❯ wget -c https://kojipkgs.fedoraproject.org/packages/kernel-headers/6.8.3/300.fc40/x86_64/kernel-headers-6.8.3-300.fc40.x86_64.rpm
0 files                0% [<=>                                                                                                                                 ]       0          B/s
                          [Files: 0  Bytes: 0  [0 B/s] Redirects: 0  Todo: 0  Errors: 1                                                                        ]
[fedora] /tmp ❯
[fedora] /tmp ❯ wget --version
GNU Wget2 2.1.0 - multithreaded metalink/file/website downloader

+digest +https +ssl/gnutls +ipv6 +iri +large-file +nls -ntlm -opie +psl -hsts
+iconv +idn2 +zlib -lzma +brotlidec +zstd -bzip2 -lzip +http2 +gpgme

Copyright (C) 2012-2015 Tim Ruehsen
Copyright (C) 2015-2021 Free Software Foundation, Inc.

License GPLv3+: GNU GPL version 3 or later
<http://www.gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Please send bug reports and questions to <bug-wget@gnu.org>.
rockdaboot commented 5 months ago

Fixed in latest master.

ueaner commented 5 months ago

Fixed in latest master.

Thanks for your work.