Commit 535258ff authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Philip Gladstone's size problem in add_buffer_send()

parent cc161b96
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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