@@ -391,6 +391,9 @@ CURLcode Curl_GetFTPResponse(ssize_t *nreadp, /* return number of bytes read */
if(ftpcode)
*ftpcode=code;/* return the initial number like this */
/* store the latest code for later retrieval */
conn->data->info.httpcode=code;
returnresult;
}
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.