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:
9aec0fc
)
T. Bharath made the request size add up as it is documented to do.
author
Daniel Stenberg
<daniel@haxx.se>
Mon, 3 Jun 2002 12:47:08 +0000
(12:47 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Mon, 3 Jun 2002 12:47:08 +0000
(12:47 +0000)
lib/http.c
patch
|
blob
|
history
diff --git
a/lib/http.c
b/lib/http.c
index a4deeb14bab455eef051d0567677cf21927a1466..cc4ac8fe1eade93d4b5cd6477322dbdcabdf0327 100644
(file)
--- a/
lib/http.c
+++ b/
lib/http.c
@@
-161,7
+161,7
@@
CURLcode add_buffer_send(int sockfd, struct connectdata *conn, send_buffer *in,
free(in->buffer);
free(in);
- *bytes_written = amount;
+ *bytes_written
+
= amount;
return res;
}