player_name asdfadsfsdf
and pressing reload, 18.1 writes:
2024-04-20 16:54:56 I http: task done: https://master1.ddnet.org/ddnet/15/servers.json
2024-04-20 16:54:56 I http: task done: https://info.ddnet.org/info?name=asdfadsfsdf
while 18.2-rc1 writes
2024-04-20 16:53:46 E http: https://info.ddnet.org/info?name=asdfadsfsdf failed. libcurl error (23):
2024-04-20 16:53:48 I http: task done: https://master2.ddnet.org/ddnet/15/servers.json
(edited)curl_easy_setopt(pH, CURLOPT_ACCEPT_ENCODING, ""); // Use any compression algorithm supported by libcurl.
in src/engine/shared/http.cpp
makes flags work again
commenting it out is probably a bad idea, since one wants compression to happen, but maybe someone with more knowledge can figure out whats going on (edited)CURLOPT_ACCEPT_ENCODING
to "gzip, deflate"` it works, too
would be interesting if this is NixOS related only, or other distros (like Fedora Rawhide) which are already on curl 8.7.1 got the same problem..CURLOPT_ACCEPT_ENCODING
to "gzip, deflate"` it works, too
would be interesting if this is NixOS related only, or other distros (like Fedora Rawhide) which are already on curl 8.7.1 got the same problem..