Philip Gladstone's size problem in add_buffer_send()
This commit is contained in:
parent
cc161b96ac
commit
535258ffe4
@ -151,7 +151,7 @@ CURLcode add_buffer_send(int sockfd, struct connectdata *conn, send_buffer *in,
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
if(amount != size) {
|
if(amount != size) {
|
||||||
size += amount;
|
size -= amount;
|
||||||
ptr += amount;
|
ptr += amount;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user