diff options
Diffstat (limited to 'net/quic/quic_spdy_compressor.cc')
-rw-r--r-- | net/quic/quic_spdy_compressor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/quic/quic_spdy_compressor.cc b/net/quic/quic_spdy_compressor.cc index 0a1bfb4..55015b0 100644 --- a/net/quic/quic_spdy_compressor.cc +++ b/net/quic/quic_spdy_compressor.cc @@ -40,7 +40,7 @@ string QuicSpdyCompressor::CompressHeadersInternal( // CreateCompressedHeaderBlock method, or some such. SpdyStreamId stream_id = 3; // unused. scoped_ptr<SpdyFrame> frame(spdy_framer_.CreateHeaders( - stream_id, CONTROL_FLAG_NONE, true, &headers)); + stream_id, CONTROL_FLAG_NONE, &headers)); // The size of the spdy HEADER frame's fixed prefix which // needs to be stripped off from the resulting frame. |