diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-08-25 13:53:20 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-08-25 13:53:20 +0000 |
commit | 2ff609dd43cb5c1c0da893c080132a48a2d4c73b (patch) | |
tree | c93c102708f2c0b25a1cbf6c3bd193b211ccfeeb /RELEASE-NOTES | |
parent | da48a6ba87f76f64287bb14bcae37b1aa00a0a0a (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 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 586c01e0c..cc014a2b3 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -16,7 +16,9 @@ This release includes the following changes: This release includes the following bugfixes: - p (FTP) EPRT transfers with IPv6 didn't work properly + o running_handles' counter wasn't always updated properly when + curl_multi_remove_handle() was used + o (FTP) EPRT transfers with IPv6 didn't work properly o (FTP) SINGLECWD mode and using files in the root dir o (HTTP) Expect: header disabling work better o (HTTP) "Expect: 100-continue" disable on second POST on re-used connection |