Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
push tests: assert re-pushing annotated tags
[gitweb.git]
/
remote-curl.c
diff --git
a/remote-curl.c
b/remote-curl.c
index 565bba104319f7bf987ef92e885eee27b3b96a58..99b0bedc6ddc670cad6e74083dc33dc0aa4b595a 100644
(file)
--- a/
remote-curl.c
+++ b/
remote-curl.c
@@
-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);