Commit d09b6eca authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

- 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.
parent fb2e71b9
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment