Discussion:
InternetRedaFile 5 min timeout
(too old to reply)
Vladimir Iahnenco
2006-12-28 02:27:23 UTC
Permalink
Hi All,
At one system one our application got hung. After some investigation I found
out that the application got hung just for 5 min in InternetReadFile call,
i.e. InternetReadFile succeeded after 5 min delay.
The request reached our server immediately, I could see that from the logs.

In HttpOpenRequest I set flags
INTERNET_FLAG_RELOAD + INTERNET_FLAG_KEEP_CONNECTION

From the Internet Explorer I was able to send the same request, and didn't
get any delays.
Any suggestions are welcome.

Thanks in advance,

Regards,
Vladimir
Jason
2006-12-28 07:45:34 UTC
Permalink
Hi Vladimir. I posted a question on 11-17. You posted a reply on 11-23. I
was in the hospital during the following month and was not able to respond.
If you have any ideas I posted the code and was hoping you might have some
other insight into my problem. It is listed as "IE7 error getting server
certificates". Thanks for any help.

Jason Johnson
Post by Vladimir Iahnenco
Hi All,
At one system one our application got hung. After some investigation I
found out that the application got hung just for 5 min in InternetReadFile
call, i.e. InternetReadFile succeeded after 5 min delay.
The request reached our server immediately, I could see that from the logs.
In HttpOpenRequest I set flags
INTERNET_FLAG_RELOAD + INTERNET_FLAG_KEEP_CONNECTION
From the Internet Explorer I was able to send the same request, and didn't
get any delays.
Any suggestions are welcome.
Thanks in advance,
Regards,
Vladimir
Loading...