aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-10-08 21:42:29 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-10-08 21:42:29 +0000
commit544f2f74dfa7ef9bdb08b098995e61c1ca0e1aca (patch)
tree1e506f0bd1f5fbc300731dafbb97cd1d77f7f50d /CHANGES
parent450348d6bd8a9d0fc22eb53f066443b5d0180113 (diff)
- Igor filed bug #2111613 (http://curl.haxx.se/bug/view.cgi?id=2111613) that
eventually identified a flaw in how the multi_socket interface in some cases missed to call the timeout callback when easy interfaces are removed and added within the same millisecond.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c6de56ea6..c0759c029 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,11 @@
Changelog
Daniel Stenberg (8 Oct 2008)
+- Igor filed bug #2111613 (http://curl.haxx.se/bug/view.cgi?id=2111613) that
+ eventually identified a flaw in how the multi_socket interface in some cases
+ missed to call the timeout callback when easy interfaces are removed and
+ added within the same millisecond.
+
- Igor Novoseltsev brought a patch that introduced two new options to
curl_easy_setopt: CURLOPT_USERNAME and CURLOPT_PASSWORD that sort of
deprecates the good old CURLOPT_USERPWD since they allow applications to set