Tim Rühsen
Tim Rühsen
Interesting, likely an issue with LibreSSL itself. Btw, I can't see the error in your log snippet.
Thanks, I'll take a look.
This needs to be fixed on the LibreSSL side (maybe they have already?). We don't have the personal resources to directly support LibreSSL or to investigate further. Please ask at...
First of all, thank you so much for the detailed work on this ! The results are interesting very useful for further investigations. I am currently having a few days...
Awesome report ! The +1 file might be due to robots.txt not being reported. Redirections to the same file likely are only downloaded once (needs to be fixed). Using multiple...
Sounds reasonable. I have to think about implementing a test for this.
Request window set to 1 should do sequential requests, one at a time. You can see that in the debug logs. Sorry, I am afk, can't test myself until the...
I agree that sending a Last-Modified header in this case doesn't make sense. Instead wget2 should try a Range request and if the server doesn't support it, the full file...
The examples should be absolutely independent of gnulib. They should only depend on libwget and libc (or maybe some other external libraries). They serve as an example on how to...
IMO, this is the wrong approach. Now, building the examples do not only require libwget but also libgnu. And the latter is not available to tool developers outside the wget2...