diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-06-19 22:24:21 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-06-19 22:24:21 +0000 |
commit | 2594124825980231ffe024d00a9ac43bcb4c3553 (patch) | |
tree | 087a55433131c80d64ab09350388cad6015e8b23 | |
parent | d09b6ecaa5cd3e7639b4354d048459eaa6c4c2b3 (diff) |
minor language fix
-rw-r--r-- | CHANGES | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,10 +7,10 @@ Changelog Daniel Stenberg (19 Jun 2008) -- Christopher Palow fixed a curl_multi_socket() issue which previous caused +- Christopher Palow fixed a curl_multi_socket() issue which previously 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 + resolve done by c-ares is completed) 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. |