| Index: net/quic/quic_session.cc
|
| diff --git a/net/quic/quic_session.cc b/net/quic/quic_session.cc
|
| index 281e02ff9c987a252147d53bf3be0846a9e694c4..a6ffc056708148cd9d1ed6fe9a86e63553a3f74e 100644
|
| --- a/net/quic/quic_session.cc
|
| +++ b/net/quic/quic_session.cc
|
| @@ -106,6 +106,9 @@ QuicSession::QuicSession(QuicConnection* connection, const QuicConfig& config)
|
| goaway_received_(false),
|
| goaway_sent_(false),
|
| has_pending_handshake_(false) {
|
| +}
|
| +
|
| +void QuicSession::InitializeSession() {
|
| if (connection_->version() <= QUIC_VERSION_19) {
|
| flow_controller_.reset(new QuicFlowController(
|
| connection_.get(), 0, is_server(), kDefaultFlowControlSendWindow,
|
|
|