Status: Assigned Owner: [email protected] CC: [email protected] Labels: Type-Bug Pri-3 OS-All Area-BrowserBackend Size-Medium
New issue 9536 by [email protected]: HttpNetworkTransaction::ReconsiderProxyAfterError checks for ERR_TUNNEL_CONNECTION_FAILED http://code.google.com/p/chromium/issues/detail?id=9536 Right now ERR_TUNNEL_CONNECTION_FAILED is one of the errors on which HttpNetworkTransaction::ReconsiderProxyAfterError will call session_->proxy_service()->ReconsiderProxyAfterError(). However, we only call HttpNetworkTransaction::ReconsiderProxyAfterError after host resolution or TCP connect failures. This means we're not passing ERR_TUNNEL_CONNECTION_FAILED to HttpNetworkTransaction::ReconsiderProxyAfterError. Should we remove ERR_TUNNEL_CONNECTION_FAILED from the switch statement in HttpNetworkTransaction::ReconsiderProxyAfterError, or should we also call HttpNetworkTransaction::ReconsiderProxyAfterError after tunnel connection failure? -- 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 -~----------~----~----~----~------~----~------~--~---
