summarylogtreecommitdiffstats
path: root/curl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'curl.patch')
-rw-r--r--curl.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/curl.patch b/curl.patch
deleted file mode 100644
index f5aad6532075..000000000000
--- a/curl.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Naur old/src/ccurl_thread.cc new/src/ccurl_thread.cc
---- old/src/ccurl_thread.cc 2015-06-21 14:49:06.000000000 -1000
-+++ new/src/ccurl_thread.cc 2015-07-11 09:11:49.053040998 -1000
-@@ -119,9 +119,7 @@
- headers.h = curl_slist_append(headers.h, ("If-None-Match: " + etag).c_str());
- etag.clear();
- }
-- if (headers.h) {
-- curl_easy_setopt(curl, CURLOPT_HTTPHEADER, headers.h);
-- }
-+ curl_easy_setopt(curl, CURLOPT_HTTPHEADER, headers.h);
-
- res = curl_easy_perform(curl);
- if (res == CURLE_OK) {