Hi all, If I am using curl_easy_perform() to downloading large files, then client wants to cancel downloading, how sould I do to let socket close properly?
I ever try to call curl_easy_reset() when user cancel downloading, but the connection status kepp at FIN_WAIT_1. thanks!
