diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-05-07 07:07:55 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-05-07 07:07:55 +0000 |
commit | ad19f95f15bac425c1b37a7a260025d8fc9fe63c (patch) | |
tree | 60fb90ccaf979741a1ac5f336adf7dc3749d4092 /RELEASE-NOTES | |
parent | bcfe3cb231d99922b4077c713d332d781c51ebc0 (diff) |
James Bursa fixed a bug in the multi handle code that made the connection
cache grow a bit too much, beyond the normal 4 * easy_handles.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 866fe9e4c..bb94edfc0 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -37,6 +37,7 @@ This release includes the following bugfixes: o curl_multi_socket() not "noticing" newly added handles o lack of Content-Length and chunked encoding now requires HTTP 1.1 as well to be treated as without response body + o connection cache growth in multi handles This release includes the following known bugs: @@ -61,6 +62,6 @@ advice from friends like these: Song Ma, Dan Fandrich, Yang Tse, Jay Austin, Robert Iakobashvil, James Housley, Daniel Black, Steve Little, Sonia Subramanian, Peter O'Gorman, Frank Hempel, Michael Wallner, Jeff Pohlmeyer, Tobias Rundström, - Anders Gustafsson + Anders Gustafsson, James Bursa Thanks! (and sorry if I forgot to mention someone) |