Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-24 | test1513: make sure the callback is only called once | Daniel Stenberg | |
2015-03-22 | test1513: eliminated race condition in test run | Dan 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-24 | tests: Added missing http feature to tests 509 & 1513 | Dan Fandrich | |
2014-01-03 | test1513: fix spelling | Daniel Stenberg | |
2014-01-03 | test1513: added - verify early progress callback return fail | Daniel 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. |