summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 383653d)
raw | patch | inline | side by side (parent: 383653d)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 30 Aug 2009 09:11:55 +0000 (11:11 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 30 Aug 2009 09:11:55 +0000 (11:11 +0200) |
src/write_http.c | patch | blob | history |
diff --git a/src/write_http.c b/src/write_http.c
index ac1e5aad3d7147564ec2392f24e25babce713fd6..bf689c56e72ac5d412014acc7ee1911cc5618c92 100644 (file)
--- a/src/write_http.c
+++ b/src/write_http.c
headers = NULL;
headers = curl_slist_append (headers, "Accept: */*");
headers = curl_slist_append (headers, "Content-Type: text/plain");
+ headers = curl_slist_append (headers, "Expect:");
curl_easy_setopt (cb->curl, CURLOPT_HTTPHEADER, headers);
curl_easy_setopt (cb->curl, CURLOPT_ERRORBUFFER, cb->curl_errbuf);