Comment #4 on issue 26156 by [email protected]: Detect when switching  
networks
http://code.google.com/p/chromium/issues/detail?id=26156

> the host cache or re-running proxy auto configuration, but
> should require closing idle sockets.

Indeed.
Looks like we do currently close idle sockets on sleep at least:

void HttpNetworkLayer::Suspend(bool suspend) {
   suspended_ = suspend;

   if (suspend && session_)
     session_->tcp_socket_pool()->CloseIdleSockets();
}

(Suspend gets called by the profile code when the computer is going to  
sleep or waking up from it).



--
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to