Richard Bramante's provided a fix for a handle re-use problem seen when you

change options on an SSL-enabled connection between requests.
This commit is contained in:
Daniel Stenberg
2003-03-24 23:10:38 +00:00
parent 6164823921
commit 89721ff04a
2 changed files with 104 additions and 2 deletions

View File

@@ -380,6 +380,7 @@ struct connectdata {
means unlimited */
struct ssl_connect_data ssl; /* this is for ssl-stuff */
struct ssl_config_data ssl_config;
struct ConnectBits bits; /* various state-flags for this connection */