summaryrefslogtreecommitdiffstats
path: root/0013-curl-7.27.0-b37b5233.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-12-20 09:04:54 +0100
committerRemi Collet <fedora@famillecollet.com>2014-12-20 09:04:54 +0100
commit01d72d81f7e86f9433a81792cd61038506fe0048 (patch)
treed02a2a1ba7ab3e5242d5fe85dc39204a67de1e19 /0013-curl-7.27.0-b37b5233.patch
parent758da2152b096a93ff7e8f80fe1b7d46dcf11159 (diff)
curl: sync with 7.29.0-19 from RHEL-7 (for EL-5)HEADmaster
Diffstat (limited to '0013-curl-7.27.0-b37b5233.patch')
-rw-r--r--0013-curl-7.27.0-b37b5233.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/0013-curl-7.27.0-b37b5233.patch b/0013-curl-7.27.0-b37b5233.patch
deleted file mode 100644
index 63c2779..0000000
--- a/0013-curl-7.27.0-b37b5233.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From a0d7db27c1cf8edbde1d468d655be942bcacb39c Mon Sep 17 00:00:00 2001
-From: Zdenek Pavlas <zpavlas@redhat.com>
-Date: Fri, 26 Apr 2013 14:56:38 +0200
-Subject: [PATCH] url: initialize speed-check data for file:// protocol
-
-... in order to prevent an artificial timeout event based on stale
-speed-check data from a previous network transfer. This commit fixes
-a regression caused by 9dd85bced56f6951107f69e581c872c1e7e3e58e.
-
-Bug: https://bugzilla.redhat.com/906031
-
-[upstream commit b37b5233cab96b5b1f2ab7f6e0b9c3df77320bba]
-
-Signed-off-by: Kamil Dudka <kdudka@redhat.com>
----
- lib/url.c | 3 +++
- 1 files changed, 3 insertions(+), 0 deletions(-)
-
-diff --git a/lib/url.c b/lib/url.c
-index 87b8701..da53086 100644
---- a/lib/url.c
-+++ b/lib/url.c
-@@ -5058,6 +5058,9 @@ static CURLcode create_conn(struct SessionHandle *data,
- -1, NULL); /* no upload */
- }
-
-+ /* since we skip do_init() */
-+ Curl_speedinit(data);
-+
- return result;
- }
- #endif
---
-1.7.1
-