Comment #13 on issue 9939 by [email protected]: cnn videos don't load if more tabs are loaded with youtube videos http://code.google.com/p/chromium/issues/detail?id=9939
Right, so the load-log shows that it is waiting for sockets to free up (SOCKET_POOL_STALLED_MAX_SOCKETS_PER_GROUP) Chrome has a connection limit of 6 sockets per host. However in ToT chrome this is regressed, and it is down to 4 (http://crbug.com/21822) Even worse, if you are using a proxy server (which it looks likely is the case from this load log, as it ran a PAC script), then the limit is applied to connections to the proxy server... which is total crap, because it means you basically have a GLOBAL limit of 6 connections. See also: http://crbug/com/12066 In this case, things are even worse -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
