Tim Rühsen
Tim Rühsen
That is likely the HTTP request that was send. Wget2 is highly async, so it's not waiting until the connection has been done and then send. It will fire the...
@kareem-wolfssl Thanks for your answer ! Wget2 currently only supports HTTP/2 via ALPN. So I assume HTTP/2 doesn't work any more without HAVE_ALPN. AFAIR, servers also announce HTTP/2 via HTTP...
@AMDmi3 Can we close this issue ?
Thanks @kareem-wolfssl ! IMO, this is definitely shouting for a run-time check. I am notthat deep into the API, maybe you can give me a hint how to do this...
@elasticmachine merge upstream
Is there some code missing perhaps ? You benchmarked, but I can't build (same errors as the CI reports).
Good news: There is a good speedup when testing locally. ~~Bad news: The flamegraph looks differently now (compared with main).~~
Huh, for some reason I didn't have all your commits locally. Now the flamegraphs look the same ! Sorry for that.
> Normalisation for domain names is hard. libicu has TR46/UTS#46 support (transitional and non-transitional), but as you said (@daurnimator), your code has to work as plugin on systems without libicu....
Yes, libidn2 0.14 (in Debian unstable, maybe also already in testing) has TR46 support. I condensed the mapping table, so it has < 100k, stripped libidn2 now has 179592 bytes....