mirror of
https://github.com/curl/curl.git
synced 2026-06-01 22:04:15 +03:00
SSL writes passed back a silly length...
This commit is contained in:
parent
5c6eddcadd
commit
e177f14595
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue