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).
This commit is contained in:
@@ -8,7 +8,17 @@ Connection: close
|
||||
Content-Length: 13
|
||||
Funny-head: yesyes
|
||||
|
||||
0123456789123
|
||||
</data>
|
||||
|
||||
<datacheck>
|
||||
HTTP/1.1 404 Nah
|
||||
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
||||
Connection: close
|
||||
Content-Length: 13
|
||||
Funny-head: yesyes
|
||||
|
||||
</datacheck>
|
||||
</reply>
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user