aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test1513
AgeCommit message (Collapse)Author
2015-11-24test1513: make sure the callback is only called onceDaniel Stenberg
2015-03-22test1513: eliminated race condition in test runDan Fandrich
It seems that some systems (e.g. fairly consistently in some recent Solaris autobuilds) would manage to get to the connect phase before the progress callback was called, resulting in a CURLE_COULDNT_CONNECT error. Reworked the test to point at a test server that never returns a full result so the progress callback always gets a chance to be called before the transfer can complete in some other way.
2014-01-24tests: Added missing http feature to tests 509 & 1513Dan Fandrich
2014-01-03test1513: fix spellingDaniel Stenberg
2014-01-03test1513: added - verify early progress callback return failDaniel Stenberg
Verify the change brought in commit 8e11731653061. It makes sure that returning a failure from the progress callback even very early results in the correct return code.