mirror of
https://github.com/curl/curl.git
synced 2026-07-24 12:27:16 +03:00
T. Bharath made the request size add up as it is documented to do.
This commit is contained in:
parent
9aec0fc7de
commit
c0257c6721
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue