InternetReadFileEx(), InternetOpenUrl(), InternetCloseHandle() stuck forever

Started by
-1 comments, last by cpp forever 18 years, 7 months ago
Is it possible that one of the next functions can stuck forever:
InternetReadFileEx()
InternetOpenUrl()
InternetCloseHandle()
I mean, I'm using InternetCloseHandle() after e.g. InternetReadFileEx()'s timeout, but InternetReadFileEx() will never send me a INTERNET_STATUS_REQUEST_COMPLETE status code? If I understand if that kind of thing is possible, than I must terminate the thread.
ai-blog.org: AI is discussed here.

This topic is closed to new replies.

Advertisement