| Index: net/quic/quic_stream_factory.cc
|
| diff --git a/net/quic/quic_stream_factory.cc b/net/quic/quic_stream_factory.cc
|
| index 9acedcbddb8dea9aa6347d5003d823572ab5b20b..d5a7f878103853fb9bc4a75a532044fe529855b4 100644
|
| --- a/net/quic/quic_stream_factory.cc
|
| +++ b/net/quic/quic_stream_factory.cc
|
| @@ -825,7 +825,7 @@ int QuicStreamFactory::CreateSession(
|
| QuicConnection* connection =
|
| new QuicConnection(connection_id, addr, helper_.get(), writer.get(),
|
| false, supported_versions_);
|
| - writer->SetConnection(connection);
|
| + writer->SetWriterToUnblock(connection);
|
| connection->set_max_packet_length(max_packet_length_);
|
|
|
| InitializeCachedStateInCryptoConfig(server_id, server_info);
|
|
|