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 /CHANGES | |
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 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ Changelog +Daniel S (7 May 2007) +- 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. + Daniel S (2 May 2007) - Anders Gustafsson remarked that requiring CURLOPT_HTTP_VERSION set to 1.0 when CURLOPT_HTTP200ALIASES is used to avoid the problem mentioned below is |