diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-05-30 20:04:44 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-05-30 20:04:44 +0000 |
commit | a49e78d9b758cad12d886df2d5c8459a34477bbb (patch) | |
tree | d401a8ea0bc3d14fecf47e3b91db1969f23007ae /CHANGES | |
parent | 9583b51d80b36b5d221898cbebc02e84bac22384 (diff) |
Added CURLMOPT_MAXCONNECTS which is a curl_multi_setopt() option for setting
the maximum size of the connection cache maximum size of the multi handle.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ \___|\___/|_| \_\_____| Changelog +Daniel S (30 May 2007) +- Added CURLMOPT_MAXCONNECTS which is a curl_multi_setopt() option for setting + the maximum size of the connection cache maximum size of the multi handle. + Daniel S (27 May 2007) - When working with a problem Stefan Becker had, I found an off-by-one buffer overwrite in Curl_select(). While fixing it, I also improved its performance |