Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(338)

Unified Diff: net/socket/client_socket_pool_base.cc

Issue 3028034: Don't cancel outstanding connect jobs when "flushing" socket pool. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/client_socket_pool_base.cc
===================================================================
--- net/socket/client_socket_pool_base.cc (revision 54089)
+++ net/socket/client_socket_pool_base.cc (working copy)
@@ -653,7 +653,6 @@
void ClientSocketPoolBaseHelper::Flush() {
pool_generation_number_++;
- CancelAllConnectJobs();
Mike Belshe 2010/07/29 09:18:42 This might not be the best fix. Another way to go
CloseIdleSockets();
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698