| Index: net/quic/quic_headers_stream.cc
|
| diff --git a/net/quic/quic_headers_stream.cc b/net/quic/quic_headers_stream.cc
|
| index a9b04336c41858945d04b311563560153f89f785..35dac3fee7df8719cc2ab7e3a63e1959bcd0b85b 100644
|
| --- a/net/quic/quic_headers_stream.cc
|
| +++ b/net/quic/quic_headers_stream.cc
|
| @@ -179,7 +179,7 @@ QuicHeadersStream::QuicHeadersStream(QuicSession* session)
|
| spdy_framer_visitor_(new SpdyFramerVisitor(this)) {
|
| spdy_framer_.set_visitor(spdy_framer_visitor_.get());
|
| spdy_framer_.set_debug_visitor(spdy_framer_visitor_.get());
|
| - if (version() <= QUIC_VERSION_20) {
|
| + if (version() < QUIC_VERSION_21) {
|
| // Prior to QUIC_VERSION_21 the headers stream is not subject to any flow
|
| // control.
|
| DisableFlowControl();
|
|
|