minor language fix
This commit is contained in:
6
CHANGES
6
CHANGES
@@ -7,10 +7,10 @@
|
|||||||
Changelog
|
Changelog
|
||||||
|
|
||||||
Daniel Stenberg (19 Jun 2008)
|
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
|
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
|
resolve done by c-ares is completed) and then immediately re-created and put
|
||||||
use again (for the actual connection). Since the closure will make the
|
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
|
"watch status" get lost in several event-based systems libcurl will need to
|
||||||
tell the app about this close/re-create case.
|
tell the app about this close/re-create case.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user