struct connectdata *conn,
long *bytes_written, /* add the number of sent
bytes to this counter */
- int included_body_bytes, /* how much of the buffer
+ long included_body_bytes, /* how much of the buffer
contains body data (for log tracing) */
int socketindex)
char *request;
Curl_HttpReq httpreq = data->set.httpreq;
char *addcookies = NULL;
- int included_body = 0;
+ long included_body = 0;
/* Always consider the DO phase done after this function call, even if there
may be parts of the request that is not yet sent, since we can deal with