Misc Links
- Issue 85323: Configurable connections-per-host
- Issue 90849: Random timeouts when using a Web Proxy
- Issue 55046: Sending request... hangs indefinitely
Hangs indefinitely with "Sending request"
- Things I've tried so far :–
- Disable various extensions. Didn't help as much.
- 2011-Nov-13, Sunday
- Disabled
Predict network actions to improve page load performance
inOptions -> Under the Bonnet
- Disabled
- Possible causes / solutions
- NAT routers / proxies killing long lived sockets.
- Possible solution: Visit chrome://net-internals/#sockets
and click on
Flush socket pools
. This will likely break pages with active connections. - The browser attempts to re-use them and times out in 2 minutes.
- See Long lived connections are being dropped by some network setups
- Possible solution: Visit chrome://net-internals/#sockets
and click on
- NAT routers / proxies killing long lived sockets.
- Links