Georg Horn the previous SSL_read() fix, this was actually the fix I did
on my test machine! :-)
This commit is contained in:
@@ -326,7 +326,7 @@ int Curl_read(struct connectdata *conn,
|
|||||||
/* if there's data pending, then we re-invoke SSL_read() */
|
/* if there's data pending, then we re-invoke SSL_read() */
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
} while(1);
|
} while(loop);
|
||||||
if(loop && SSL_pending(conn->ssl.handle))
|
if(loop && SSL_pending(conn->ssl.handle))
|
||||||
return -1; /* basicly EWOULDBLOCK */
|
return -1; /* basicly EWOULDBLOCK */
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user