@@ -356,6 +356,8 @@ CURLcode Curl_GetFTPResponse(ssize_t *nreadp, /* return number of bytes read */
* line */
inti;
conn->headerbytecount+=gotbytes;
*nreadp+=gotbytes;
for(i=0;i<gotbytes;ptr++,i++){
perline++;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.