Comment #5 on issue 5688 by [email protected]: Too many resource requests by renderer can cause memory exhaustion and eventual browser crash. http://code.google.com/p/chromium/issues/detail?id=5688
Eric, my suspicion is that cancellation of PAC requests is not noticed until after the WinHttpGetProxyForURL call completes. So, if we have millions of PAC requests to cancel, we'll still end up doing millions of expensive calls to WinHttpGetProxyForURL. -- 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 -~----------~----~----~----~------~----~------~--~---
