Guild icon
DDraceNetwork
Development / bugs
Report client & server bugs, especially but not limited to release candidates.
Between 2024-05-05 00:00:00Z and 2024-05-06 00:00:00Z
Avatar
Avatar
Emp
it has something to do with compression, commenting out the line 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)
this was/is indeed a curl problem and fixed in curl in the following commit: https://github.com/curl/curl/commit/b30d694a027eb771c02a3db0dee0ca03ccab7377
  • curl's transfer handling may write 0-length chunks at the end of the download with an EOS flag. (HTTP/2 does this commonly)
    • content encoders need to pass-through such a write and not...
Avatar
Avatar
Emp
this was/is indeed a curl problem and fixed in curl in the following commit: https://github.com/curl/curl/commit/b30d694a027eb771c02a3db0dee0ca03ccab7377
fairly interesting ngl
20:24
their CI on curl alone took 155m - imagine ddnet had that (edited)
20:24
nvm, it FAILED after 155m, so it might not even be final
Avatar
curl CI takes just a few mins
20:57
it was probably frozen and someone had to stop it manually lol
Avatar
Avatar
Ewan
it was probably frozen and someone had to stop it manually lol
kek i Just found it super funny
Exported 7 message(s)