]> granicus.if.org Git - curl/commit
- Christopher Palow fixed a curl_multi_socket() issue which previous caused
authorDaniel Stenberg <daniel@haxx.se>
Thu, 19 Jun 2008 21:32:51 +0000 (21:32 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 19 Jun 2008 21:32:51 +0000 (21:32 +0000)
commitd09b6ecaa5cd3e7639b4354d048459eaa6c4c2b3
tree9a36b7d3bad113ef0a48027983ef66e540d74015
parentfb2e71b9bd352bca7e3a5533c69bd236132a5d7a
- 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.
CHANGES
RELEASE-NOTES
lib/multi.c