GnuTLS: make the connection phase non-blocking
When multi interface is used, the SSL handshake is no longer blocking when GnuTLS is used.
This commit is contained in:

committed by
Daniel Stenberg

parent
6632d957e7
commit
c2888604d7
@@ -231,6 +231,7 @@ struct ssl_connect_data {
|
||||
#ifdef USE_GNUTLS
|
||||
gnutls_session session;
|
||||
gnutls_certificate_credentials cred;
|
||||
ssl_connect_state connecting_state;
|
||||
#endif /* USE_GNUTLS */
|
||||
#ifdef USE_NSS
|
||||
PRFileDesc *handle;
|
||||
|
Reference in New Issue
Block a user