mirror of
https://github.com/curl/curl.git
synced 2026-06-03 19:54:15 +03:00
keep the number of bytes read in a size_t variable
This commit is contained in:
parent
9948250723
commit
cf004cbc7e
1 changed files with 1 additions and 1 deletions
|
|
@ -739,7 +739,7 @@ CURLcode Curl_ConnectHTTPProxyTunnel(struct connectdata *conn,
|
|||
CURLcode result;
|
||||
int res;
|
||||
|
||||
int nread; /* total size read */
|
||||
size_t nread; /* total size read */
|
||||
int perline; /* count bytes per line */
|
||||
bool keepon=TRUE;
|
||||
ssize_t gotbytes;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue