mirror of
https://github.com/curl/curl.git
synced 2026-05-04 18:49:56 +03:00
Philip Gladstone's size problem in add_buffer_send()
This commit is contained in:
parent
cc161b96ac
commit
535258ffe4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue