How to fix the WinInet's block bug ?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I use WinInet + MFC to post some form to the web server. I add the log module, at last found this: 1. call CInternetSession::GetHttpConnection 2. call CInternetSession::OpenURL 3. call CHttpFile::SendRequest 4. call CHttpFile::QueryInfoStatusCode (block) at the step 4, some computer is ok, but some computer is block here. when is block , the last error code:12002 ,it means time out. I search in this web and google, but usually saied that's the WinInet's bug. What should I do? ////////////////////////////////////////////// Thanks for your reply ! :)