| Index: net/spdy/spdy_session.cc
|
| diff --git a/net/spdy/spdy_session.cc b/net/spdy/spdy_session.cc
|
| index cb2aad845abdc10a435fca80b681ea456761e13e..b7c3201392091fd3cb73fbe5e30c61b6b5c213fb 100644
|
| --- a/net/spdy/spdy_session.cc
|
| +++ b/net/spdy/spdy_session.cc
|
| @@ -452,7 +452,7 @@ net::Error SpdySession::InitializeWithSocket(
|
| DCHECK(protocol >= kProtoSPDY2);
|
| DCHECK(protocol <= kProtoSPDY3);
|
| int version = (protocol == kProtoSPDY3) ? 3 : 2;
|
| - flow_control_ = (protocol >= kProtoSPDY21);
|
| + flow_control_ = (protocol >= kProtoSPDY3);
|
|
|
| buffered_spdy_framer_.reset(new BufferedSpdyFramer(version));
|
| buffered_spdy_framer_->set_visitor(this);
|
|
|