aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test1042
AgeCommit message (Collapse)Author
2014-11-01resume: consider a resume from [content-length] to be OKDaniel Stenberg
Basically since servers often then don't respond well to this and instead send the full contents and then libcurl would instead error out with the assumption that the server doesn't support resume. As the data is then already transfered, this is now considered fine. Test case 1434 added to verify this. Test case 1042 slightly modified. Reported-by: hugo Bug: http://curl.haxx.se/bug/view.cgi?id=1443
2008-07-15Added test1042 and test1043 to test -C - on HTTP.Dan Fandrich