From 6ab569ce0b2f2418b591eb5f28539447debb14a7 Mon Sep 17 00:00:00 2001 From: Yiming Jing Date: Tue, 30 Apr 2019 15:46:46 -0700 Subject: travis: upgrade the MesaLink TLS backend to v1.0.0 Closes #3823 Closes #3776 --- lib/vtls/mesalink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/vtls/mesalink.c') diff --git a/lib/vtls/mesalink.c b/lib/vtls/mesalink.c index db1411559..718c282ee 100644 --- a/lib/vtls/mesalink.c +++ b/lib/vtls/mesalink.c @@ -268,7 +268,7 @@ mesalink_connect_step2(struct connectdata *conn, int sockindex) char error_buffer[MESALINK_MAX_ERROR_SZ]; int detail = SSL_get_error(BACKEND->handle, ret); - if(SSL_ERROR_WANT_CONNECT == detail) { + if(SSL_ERROR_WANT_CONNECT == detail || SSL_ERROR_WANT_READ == detail) { connssl->connecting_state = ssl_connect_2_reading; return CURLE_OK; } -- cgit v1.2.3