Skip to content
Snippets Groups Projects
Commit e177f145 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

SSL writes passed back a silly length...

parent 5c6eddca
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment