Discussion:
SendRequest() returning ERROR_INTERNET_TIMEOUT
(too old to reply)
balaji chandan
2007-06-28 11:08:03 UTC
Permalink
When i try to send some data to my server using CHttpFile::SendRequest(), it
returns ERROR_INTERNET_TIMEOUT. But strangely this happens when i have IE7
and access the server using VPN. But if i have IE6 and use VPN or not, things
go fine.I wanted to know if it is the problem of IE7.Can somebody help me
sort this issue?
Scherbina Vladimir
2007-07-02 20:09:29 UTC
Permalink
Do you get timeout notification immidiatly? Or after some period of time?
Have you tried to play with setting timeout manually?
--
Vladimir, Windows SDK MVP
Post by balaji chandan
When i try to send some data to my server using CHttpFile::SendRequest(), it
returns ERROR_INTERNET_TIMEOUT. But strangely this happens when i have IE7
and access the server using VPN. But if i have IE6 and use VPN or not, things
go fine.I wanted to know if it is the problem of IE7.Can somebody help me
sort this issue?
Ee
2007-09-25 12:12:12 UTC
Permalink
Change all options listed below to -1

INTERNET_OPTION_CONNECT_TIMEOUT
INTERNET_OPTION_CONTROL_RECEIVE_TIMEOUT
INTERNET_OPTION_CONTROL_SEND_TIMEOUT
INTERNET_OPTION_DATA_SEND_TIMEOUT
INTERNET_OPTION_DATA_RECEIVE_TIMEOUT
INTERNET_OPTION_RECEIVE_TIMEOUT

Loading...