| Index: net/quic/quic_session.cc
|
| diff --git a/net/quic/quic_session.cc b/net/quic/quic_session.cc
|
| index 0be72ebad37f302c9a99cfb2ec2f0fd321c524b0..b2f043d94f3ed17f99fe2c7a48d6ec6155fefd89 100644
|
| --- a/net/quic/quic_session.cc
|
| +++ b/net/quic/quic_session.cc
|
| @@ -103,7 +103,6 @@ QuicSession::QuicSession(QuicConnection* connection, const QuicConfig& config)
|
| config_(config),
|
| max_open_streams_(config_.MaxStreamsPerConnection()),
|
| next_stream_id_(perspective() == Perspective::IS_SERVER ? 2 : 5),
|
| - write_blocked_streams_(true),
|
| largest_peer_created_stream_id_(0),
|
| error_(QUIC_NO_ERROR),
|
| flow_controller_(connection_.get(),
|
|
|