Skip to content
Snippets Groups Projects
Commit cf004cbc authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

keep the number of bytes read in a size_t variable

parent 99482507
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment