mirror of
https://github.com/curl/curl.git
synced 2026-05-30 05:47:28 +03:00
parent
327ef30530
commit
e1667a61ea
1 changed files with 3 additions and 0 deletions
|
|
@ -923,7 +923,10 @@ static ssize_t wolfssl_recv(struct Curl_easy *data,
|
|||
switch(err) {
|
||||
case SSL_ERROR_ZERO_RETURN: /* no more data */
|
||||
break;
|
||||
case SSL_ERROR_NONE:
|
||||
/* FALLTHROUGH */
|
||||
case SSL_ERROR_WANT_READ:
|
||||
/* FALLTHROUGH */
|
||||
case SSL_ERROR_WANT_WRITE:
|
||||
/* there's data pending, re-invoke SSL_read() */
|
||||
*curlcode = CURLE_AGAIN;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue