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.
This commit is contained in:
Daniel Stenberg
2006-12-05 16:04:01 +00:00
parent e4505aefd9
commit ae76ebe2d1
3 changed files with 10 additions and 12 deletions

View File

@@ -12,6 +12,7 @@ Curl and libcurl 7.16.1
This release includes the following changes:
o Support for SCP and SFTP were added
o CURLOPT_CLOSEPOLICY is now deprecated
This release includes the following bugfixes: