mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:33:35 +03:00
travis: upgrade the MesaLink TLS backend to v1.0.0
Closes #3823 Closes #3776
This commit is contained in:
parent
41fcdf71a1
commit
6ab569ce0b
2 changed files with 30 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue