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

Unified Diff: net/quic/quic_dispatcher.cc

Issue 1008293002: Provide a MockConnection constructor that takes connection_id, (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Add_a_kBYTE_congestion_option_88328620
Patch Set: Created 5 years, 9 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 | net/quic/test_tools/quic_test_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_dispatcher.cc
diff --git a/net/quic/quic_dispatcher.cc b/net/quic/quic_dispatcher.cc
index f26f6ab38aff64f052255aadfb3cecdb3794bb60..9f5081a1d98866b82d465702b2ada03cb3f9edda 100644
--- a/net/quic/quic_dispatcher.cc
+++ b/net/quic/quic_dispatcher.cc
@@ -285,7 +285,7 @@ QuicSession* QuicDispatcher::AdditionalValidityChecksThenCreateSession(
return nullptr;
}
- DVLOG(1) << "Created new session for " << connection_id;
+ DVLOG(1) << "Created new session for connection ID " << connection_id;
session_map_.insert(std::make_pair(connection_id, session));
return session;
« no previous file with comments | « no previous file | net/quic/test_tools/quic_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698