Commit c0257c67 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent 9aec0fc7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}