From: Daniel Stenberg Date: Thu, 19 Jun 2008 22:24:21 +0000 (+0000) Subject: minor language fix X-Git-Tag: cares-1_5_3~424 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2594124825980231ffe024d00a9ac43bcb4c3553;p=curl minor language fix --- diff --git a/CHANGES b/CHANGES index b6a311c39..ae1cdf6b3 100644 --- a/CHANGES +++ b/CHANGES @@ -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.