increase the headerbytecount for incoming "headers"
This commit is contained in:
parent
e373f1fd73
commit
3233322622
@ -356,6 +356,8 @@ CURLcode Curl_GetFTPResponse(ssize_t *nreadp, /* return number of bytes read */
|
||||
* line */
|
||||
int i;
|
||||
|
||||
conn->headerbytecount += gotbytes;
|
||||
|
||||
*nreadp += gotbytes;
|
||||
for(i = 0; i < gotbytes; ptr++, i++) {
|
||||
perline++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user