aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-02-01 21:42:44 +0000
committerDaniel Stenberg <daniel@haxx.se>2010-02-01 21:42:44 +0000
commit55f1e787f34cd3d86aa3d6bf981f077de86be265 (patch)
treea1c1dcbf05a0e54af3cbeec6da49c39d6542c87e /RELEASE-NOTES
parent516cf5c8ddd6a094babdf4ee2d3b2fa4c7a48b0e (diff)
We introduce a loop in lib/multi.c around all calls to multi_runsingle() and
simply check for CURLM_CALL_MULTI_PERFORM internally. This has the added benefit that this goes in line with my long-term wishes to get rid of the CURLM_CALL_MULTI_PERFORM all together from the public API.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 3140a1903..d8a1fe4d9 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -50,6 +50,7 @@ This release includes the following bugfixes:
o curl_multi_fdset() would return -1 too often during SCP/SFTP transfers
o FTP file size checks with ASCII transfers
o HTTP Cookie: headers sort cookies based on specified path lengths
+ o CURLM_CALL_MULTI_PERFORM fix for multi socket timeout calls
This release includes the following known bugs: