Tim Rühsen
Tim Rühsen
Ideally, open an issue for the Ubuntu/Debian package. They have auto-completion for wget 1.x, so it shouldn't be a big thing.
Hm, it possibly doesn't make much sense for the old version. But let the packagers decide.
> Should we then delete the @elastic/apm-agent-go team? > Alternative: we could keep the owners file as-is, and change the members of the team? The goal should be that people...
Closing due to inactivity.
This is on purpose to avoid costly checks. But that doesn't work well in all situations and may cause resource leaks. I think the main problem with the current approach...
@umanwizard Please have look at #49, any feedback appreciated. It works without introducing an internal go routine to regularly check for expired items. The application code can force it by...
The Metalink protocol is offered by the web server and Wget2 selects it for downloading (it allows automatic content verification and recovering/resuming). The downside is that it takes longer as...
This issue is fixed by ec27488feadd44b5e126592bc18ff2441f8cae5a. The Metalink chunked download is still triggered, but will work in combination with HTTP/2 now. It still takes longer than using `--no-metalink`, the upside...
Did you already report an issue to GnuTLS (something must have changed on their side)? What is the wget2 commit you built with? Can you attach the output of `wget2...
Just built wget2 with gnutls-3.8.7 (built from source) and wget2 works as expected. I am on Debian testing. What OS are you on?