Chrome hangs on "sending request" appears to be socket related -
when load url rather large application i'm working on, i'd every 3-4th reload application hangs , stops loading. chrome reports "sending request" in lower left. can't seem identify file stopping on, instead found thread:
https://code.google.com/p/chromium/issues/detail?id=55046
which indicates might socket issue. flushing sockets page (chrome://net-internals/#sockets) instantly frees page , proceeds load normally. here's image chrome internals page
i realize may indeed chrome bug, in meantime, need workaround, since users hitting bug in chrome, , can't load application. ideas?
i know of 2 workarounds, none convenient though:
- disable spdy:
"...\chrome.exe" --use-spdy=off
(unfortunately cannot done via flags) - disable sync ("settings - disconnect google account")
another option reduce number of connections within app (serve static content 1 domain + 1 websocket connection client-server communication), , remove widgets (twitter, disqus, etc keep persistent connections) possible, may or may not considering socket pool shared between chrome tabs :(
personally me bug occurs random websites since chrome 21, , countered crashes reset pool :)
Comments
Post a Comment