windows - WinAPI: InternetCloseHandle function closes the handle but not the connection -
i call wininet\internetopenurla, wininet\internetreadfile , when i'm done call wininet\internetclosehandle returns true. means handle closed, connection still in established state.
why doesn't connection close when call wininet\internetclosehandle ?
wininet can cache , reuse connections future requests same server.
Comments
Post a Comment