From 9a2aed7d7ac2f8fbb79fe411b3b01d8a60f0c726 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 6 Oct 2004 13:37:12 +0000 Subject: Chih-Chung Chang reported that if you use CURLOPT_RESUME_FROM and enabled CURLOPT_FOLLOWLOCATION, libcurl reported error if a redirect happened even if the new URL would provide the resumed file. Test case 188 added to verify the fix (together with existing test 99). --- tests/data/test99 | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tests/data/test99') diff --git a/tests/data/test99 b/tests/data/test99 index a9d404ba8..adc17d22a 100644 --- a/tests/data/test99 +++ b/tests/data/test99 @@ -8,7 +8,17 @@ Connection: close Content-Length: 13 Funny-head: yesyes +0123456789123 + + +HTTP/1.1 404 Nah +Date: Thu, 09 Nov 2010 14:49:00 GMT +Connection: close +Content-Length: 13 +Funny-head: yesyes + + # -- cgit v1.2.3