1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-01 01:41:50 -05:00

increase the headerbytecount for incoming "headers"

This commit is contained in:
Daniel Stenberg 2004-04-21 08:47:57 +00:00
parent e373f1fd73
commit 3233322622

View File

@ -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++;