Skip to content
Snippets Groups Projects
Commit 535258ff authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Philip Gladstone's size problem in add_buffer_send()

parent cc161b96
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,7 @@ CURLcode add_buffer_send(int sockfd, struct connectdata *conn, send_buffer *in,
break;
if(amount != size) {
size += amount;
size -= amount;
ptr += amount;
}
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment