Loading lib/sendf.c +1 −0 Original line number Diff line number Diff line Loading @@ -212,6 +212,7 @@ CURLcode Curl_write(struct connectdata *conn, int sockfd, failf(conn->data, "SSL_write() return error %d\n", err); return CURLE_WRITE_ERROR; } bytes_written = rc; } else { #endif Loading Loading
lib/sendf.c +1 −0 Original line number Diff line number Diff line Loading @@ -212,6 +212,7 @@ CURLcode Curl_write(struct connectdata *conn, int sockfd, failf(conn->data, "SSL_write() return error %d\n", err); return CURLE_WRITE_ERROR; } bytes_written = rc; } else { #endif Loading