T. Bharath made the request size add up as it is documented to do.

This commit is contained in:
Daniel Stenberg 2002-06-03 12:47:08 +00:00
parent 9aec0fc7de
commit c0257c6721
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}