Skip to content Skip to sidebar Skip to footer

Information About Net::ERR_CONNECTION_TIMED_OUT

I need to know some information about the error net::ERR_CONNECTION_TIMED_OUT. -1- How much time does it take to have this error? -2- Is it a fixed ammount of time for all browser

Solution 1:

The timeout duration depends on which application will deliver you the data or handles the data request e.g. Apache. In most cases, you can set the timeout by your own e.g. for Apache. It can have a range from a few seconds to a few hours.

Found some old defaults for Internet-Explorer:

  • Internet Explorer 4.0 and Internet Explorer 4.01 5 minutes
  • Internet Explorer 5.x and Internet Explorer 6.x 60 minutes
  • Internet Explorer 7 and Internet Explorer 8 60 minutes

https://support.microsoft.com/en-us/kb/181050

But all in all, you should be able to set the timeout in your appropriate application.


Post a Comment for "Information About Net::ERR_CONNECTION_TIMED_OUT"