Loading lib/sendf.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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(0); } while(1); if(loop && SSL_pending(conn->ssl.handle)) if(loop && SSL_pending(conn->ssl.handle)) return -1; /* basicly EWOULDBLOCK */ return -1; /* basicly EWOULDBLOCK */ } } Loading Loading
lib/sendf.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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(0); } while(1); if(loop && SSL_pending(conn->ssl.handle)) if(loop && SSL_pending(conn->ssl.handle)) return -1; /* basicly EWOULDBLOCK */ return -1; /* basicly EWOULDBLOCK */ } } Loading