aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-08-25 13:53:20 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-08-25 13:53:20 +0000
commit2ff609dd43cb5c1c0da893c080132a48a2d4c73b (patch)
treec93c102708f2c0b25a1cbf6c3bd193b211ccfeeb /CHANGES
parentda48a6ba87f76f64287bb14bcae37b1aa00a0a0a (diff)
Armel Asselin reported that the 'running_handles' counter wasn't updated
properly if you removed a "live" handle from a multi handle with curl_multi_remove_handle().
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b57bf84b8..ab0a8fd3e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
Changelog
+Daniel (25 August 2006)
+- Armel Asselin reported that the 'running_handles' counter wasn't updated
+ properly if you removed a "live" handle from a multi handle with
+ curl_multi_remove_handle().
+
Daniel (22 August 2006)
- David McCreedy fixed a remaining mistake from the August 19 TYPE change.