diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-05-02 13:47:56 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-05-02 13:47:56 +0000 |
commit | 2f0539d8803e4f270c8584994f7fc8b90cd5e15c (patch) | |
tree | 7eb613105f59ee3533c26bcb880f1f32abaf2f7e /RELEASE-NOTES | |
parent | 6f7d0a7cbd0578dc20a22279269a14a143d7e8ee (diff) |
- Set the timeout for easy handles to expire really soon after addition or
when CURLM_CALL_MULTI_PERFORM is returned from curl_multi_socket*/perform,
to make applications using only curl_multi_socket() to properly function
when adding easy handles "on the fly". Bug report and test app provided by
Michael Wallner.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index f4084218c..210466433 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -33,6 +33,7 @@ This release includes the following bugfixes: o curl_easy_duphandle() crash o curl -V / curl_verion*() works even when GnuTLS is used on a system without a good random source + o curl_multi_socket() not "noticing" newly added handles This release includes the following known bugs: @@ -56,6 +57,6 @@ advice from friends like these: Song Ma, Dan Fandrich, Yang Tse, Jay Austin, Robert Iakobashvil, James Housley, Daniel Black, Steve Little, Sonia Subramanian, Peter O'Gorman, - Frank Hempel + Frank Hempel, Michael Wallner Thanks! (and sorry if I forgot to mention someone) |