Tim Rühsen

Results 203 comments of Tim Rühsen

Hm, aclocal 1.16 works fine here and is detected. I don't think you need to care when building from tarball, btw.

So does this issue happen to you with both OpenSSL and GnuTLS ? Not sure, if I understand this correctly. For GnuTLS I'd say that every gnutls_free() automatically sets the...

No, I have no experience with Arch or Arch packaging. Maybe it is @darnir !?

Could you also upload the wget2 binary with that you created the core dump ?

What we know so far is that you get a TLS rehandshake which triggers a bug either in wget2 or in GnuTLS. While the coredump + wget2 binary give us...

Maybe a low-hanging fruit worth testing (before wireshark etc): `GNUTLS_DEBUG_LEVEL=9` in front of your wget2 command line (better leave `--progress bar` away and add `-q`). If possible, upload the compressed...

In the logs I saw that for every request a new connection (incl. TLS handshake) was made. Just pushed a fix for that (keep-alive is default on HTTP/1.1). That is...

Sure, will unpack it with zstd tomorrow

To get an ASCII encoding for the output, `LC_ALL=C wget2 ...` should do it. The log output is also better readable if you limit wget2 to one thread, with --num-threads=1....

> wget2 -m -np -t 0 -c -d --num-threads=1 -o log.log http://a.com:80/b/c/ Oh sorry. It must be `--max-threads=1` instead of `--num-threads=1`.