mirror of
https://github.com/curl/curl.git
synced 2025-03-31 16:00:35 +08:00
keep the number of bytes read in a size_t variable
This commit is contained in:
parent
9948250723
commit
cf004cbc7e
@ -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…
x
Reference in New Issue
Block a user