Unified much of the SessionHandle initialization done in Curl_open() and

curl_easy_reset() by creating Curl_init_userdefined(). This had the side effect
of fixing curl_easy_reset() so it now also resets CURLOPT_FTP_FILEMETHOD and
CURLOPT_SSL_SESSIONID_CACHE
This commit is contained in:
Dan Fandrich
2009-01-08 00:31:49 +00:00
parent 14b6cc4e22
commit bc93011554
5 changed files with 87 additions and 115 deletions

View File

@@ -41,6 +41,7 @@ This release includes the following bugfixes:
o fixed breakage with --with-ssl --disable-verbose
o TTL "leak" in the DNS cache
o improved NSS initing
o curl_easy_reset now resets more options
This release includes the following known bugs: