diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-06-19 21:32:51 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-06-19 21:32:51 +0000 |
commit | d09b6ecaa5cd3e7639b4354d048459eaa6c4c2b3 (patch) | |
tree | 9a36b7d3bad113ef0a48027983ef66e540d74015 /RELEASE-NOTES | |
parent | fb2e71b9bd352bca7e3a5533c69bd236132a5d7a (diff) |
- Christopher Palow fixed a curl_multi_socket() issue which previous caused
libcurl to not tell the app properly when a socket was closed (when the name
resolve done by c-ares is done) and then immediately re-created and put to
use again (for the actual connection). Since the closure will make the
"watch status" get lost in several event-based systems libcurl will need to
tell the app about this close/re-create case.
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 3201397e2..cf04e5dc8 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -21,6 +21,7 @@ This release includes the following bugfixes: o Fixed curl-config --ca o Fixed the multi interface connection re-use with NSS-built libcurl o connection re-use when using the multi interface with pipelining enabled + o curl_multi_socket() socket callback fix for close/re-create sockets case This release includes the following known bugs: @@ -38,6 +39,6 @@ This release would not have looked like this without help, code, reports and advice from friends like these: Lenny Rachitsky, Axel Tillequin, Arnaud Ebalard, Yang Tse, Dan Fandrich, - Rob Crittenden, Dengminwen + Rob Crittenden, Dengminwen, Christopher Palow Thanks! (and sorry if I forgot to mention someone) |