revision.h: drop extern from function declaration
[gitweb.git] / remote-curl.c
index 565bba104319f7bf987ef92e885eee27b3b96a58..99b0bedc6ddc670cad6e74083dc33dc0aa4b595a 100644 (file)
@@ -1259,6 +1259,7 @@ static int proxy_request(struct proxy_state *p)
 
        slot = get_active_slot();
 
+       curl_easy_setopt(slot->curl, CURLOPT_ENCODING, "");
        curl_easy_setopt(slot->curl, CURLOPT_NOBODY, 0);
        curl_easy_setopt(slot->curl, CURLOPT_POST, 1);
        curl_easy_setopt(slot->curl, CURLOPT_URL, p->service_url);