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)