aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-12-05 16:04:01 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-12-05 16:04:01 +0000
commitae76ebe2d1202a09b009c9294f63c2a1bc228bd8 (patch)
tree99102679872fa6f170a6c438b036819db914711f /CHANGES
parente4505aefd9dc81eb2c51f2739f8dc626f7c3ce93 (diff)
Sh Diao reported that CURLOPT_CLOSEPOLICY doesn't work, and indeed, there is
no code present in the library that receives the option. Since it was not possible to use, we know that no current users exist and thus we simply removed it from the docs and made the code always use the default path of the code.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 01a09bb4a..9f7c952e3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,12 @@
Changelog
Daniel (5 December 2006)
+- Sh Diao reported that CURLOPT_CLOSEPOLICY doesn't work, and indeed, there is
+ no code present in the library that receives the option. Since it was not
+ possible to use, we know that no current users exist and thus we simply
+ removed it from the docs and made the code always use the default path of
+ the code.
+
- Jared Lundell filed bug report #1604956
(http://curl.haxx.se/bug/view.cgi?id=1604956) which identified setting
CURLOPT_MAXCONNECTS to zero caused libcurl to SIGSEGV. Starting now, libcurl