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

Unified Diff: net/quic/quic_server_session.cc

Issue 337093003: QuicServer: Use Chrome's header parsing rather than Balsa (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@quic_server_3
Patch Set: Address review comments Created 6 years, 6 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 | « net/quic/quic_in_memory_cache.cc ('k') | net/quic/quic_spdy_server_stream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_server_session.cc
diff --git a/net/quic/quic_server_session.cc b/net/quic/quic_server_session.cc
index 57b680baedee836086dcba83986532ac68721b44..0d1d1553c59db297a18e08a7f36143bc81a40955 100644
--- a/net/quic/quic_server_session.cc
+++ b/net/quic/quic_server_session.cc
@@ -18,7 +18,8 @@ QuicServerSession::QuicServerSession(
QuicServerSessionVisitor* visitor)
: QuicSession(connection, config),
connection_packet_writer_(connection_packet_writer),
- visitor_(visitor) {}
+ visitor_(visitor) {
Ryan Hamilton 2014/06/20 00:24:09 I'd revert this, unless you're planning to merge t
dmziegler 2014/06/20 01:16:40 Done.
+}
QuicServerSession::~QuicServerSession() {}
« no previous file with comments | « net/quic/quic_in_memory_cache.cc ('k') | net/quic/quic_spdy_server_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698