mirror of
https://github.com/curl/curl.git
synced 2026-07-24 14:07:16 +03:00
increase the headerbytecount for incoming "headers"
This commit is contained in:
parent
e373f1fd73
commit
3233322622
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue