SMTP-multi: non-blocking connect

Use Curl_ssl_connect_nonblocking() when upgrading the connection to
TLS/SSL while using the multi interface.
This commit is contained in:
Ben Noordhuis
2011-02-16 22:28:01 +01:00
committed by Daniel Stenberg
parent 88e825de86
commit 521e88e009
2 changed files with 31 additions and 5 deletions

View File

@@ -34,6 +34,7 @@ typedef enum {
SMTP_EHLO,
SMTP_HELO,
SMTP_STARTTLS,
SMTP_UPGRADETLS, /* asynchronously upgrade the connection to SSL/TLS (multi mode only) */
SMTP_AUTHPLAIN,
SMTP_AUTHLOGIN,
SMTP_AUTHPASSWD,