diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-01-11 21:38:13 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-01-11 21:38:13 +0000 |
commit | 377b2db05b71c798b76ec2c0d2284be66f020eea (patch) | |
tree | 24f78c22545ffcca35311329197632e0c34742e2 /CHANGES | |
parent | 78b7d7f7a8bd91dd0a518ce7b7b22b8ed1cce931 (diff) |
- Made sure that the progress callback is repeatedly called at a regular
interval even during very slow connects.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,9 @@ Changelog Daniel Stenberg (11 Jan 2010) +- Made sure that the progress callback is repeatedly called at a regular + interval even during very slow connects. + - The tests/runtests.pl script now checks to see if the test case that runs is present in the tests/data/Makefile.am and outputs a notice message on the screen if not. Each test file has to be included in that Makefile.am to get |