mirror of
https://github.com/curl/curl.git
synced 2026-08-25 15:03:32 +03:00
imap/pop3/smtp: Fixed connections upgraded with TLS are not reused
Regression since commit 710f14edba.
Bug: https://github.com/curl/curl/issues/422
Reported-by: Justin Ehlert
This commit is contained in:
parent
307f3cf3b3
commit
a5aec58726
5 changed files with 149 additions and 9 deletions
|
|
@ -921,6 +921,7 @@ struct connectdata {
|
|||
|
||||
struct ssl_connect_data ssl[2]; /* this is for ssl-stuff */
|
||||
struct ssl_config_data ssl_config;
|
||||
bool tls_upgraded;
|
||||
|
||||
struct ConnectBits bits; /* various state-flags for this connection */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue