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

Unified Diff: net/quic/quic_spdy_compressor.cc

Issue 15074007: Land Recent QUIC changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix for windows Created 7 years, 7 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_session_test.cc ('k') | net/quic/quic_spdy_decompressor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_spdy_compressor.cc
diff --git a/net/quic/quic_spdy_compressor.cc b/net/quic/quic_spdy_compressor.cc
index 4497c59307b468abc110aaf50bcc09a46210b62b..4f67e26342f6e13e7b4763761124044502c5cbba 100644
--- a/net/quic/quic_spdy_compressor.cc
+++ b/net/quic/quic_spdy_compressor.cc
@@ -12,7 +12,7 @@ using std::string;
namespace net {
QuicSpdyCompressor::QuicSpdyCompressor()
- : spdy_framer_(3),
+ : spdy_framer_(kSpdyVersion3),
header_sequence_id_(1) {
spdy_framer_.set_enable_compression(true);
}
« no previous file with comments | « net/quic/quic_session_test.cc ('k') | net/quic/quic_spdy_decompressor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698