mirror of
https://github.com/curl/curl.git
synced 2026-07-28 19:03:06 +03:00
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:
parent
a91a75355d
commit
9a2aed7d7a
5 changed files with 34 additions and 15 deletions
|
|
@ -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>
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue