projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c6eddc
)
SSL writes passed back a silly length...
author
Daniel Stenberg
<daniel@haxx.se>
Wed, 16 Jan 2002 23:28:58 +0000
(23:28 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Wed, 16 Jan 2002 23:28:58 +0000
(23:28 +0000)
lib/sendf.c
patch
|
blob
|
history
diff --git
a/lib/sendf.c
b/lib/sendf.c
index
631c3f2
..
ddc61c6
100644
(file)
--- a/
lib/sendf.c
+++ b/
lib/sendf.c
@@
-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