View Single Post
  #14  
Old 08-21-2009, 02:15 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,583
Quote:
Originally Posted by MikeDVB View Post
It's happening on page loads that are instant (or near instant).

It's nothing that is taking more than 5 seconds at most, and the server connection time-out is set to 120 seconds.
Review the code, the only condition to return 408 timeout response is when there is no socket I/O activity (bytes in/out) for a connection in more than "Connection timeout (Seconds)". So, I have to experience it myself to believe it.

For the download popup, it is likely because a lshttpd crash, it wont send back the script content. So, it is a different issue to the 408 timeout.
Reply With Quote