Index: net/quic/quic_stream_factory.cc |
diff --git a/net/quic/quic_stream_factory.cc b/net/quic/quic_stream_factory.cc |
index 9f9d96a2816e8b141ee1de3a90f71e65cbab8067..c5a5026a6d42e035094ce3bde18e2ba46cf8dcb0 100644 |
--- a/net/quic/quic_stream_factory.cc |
+++ b/net/quic/quic_stream_factory.cc |
@@ -373,7 +373,7 @@ QuicClientSession* QuicStreamFactory::CreateSession( |
MessageLoop::current()->message_loop_proxy(), |
clock_.get(), random_generator_, socket); |
- QuicConnection* connection = new QuicConnection(guid, addr, helper); |
+ QuicConnection* connection = new QuicConnection(guid, addr, helper, false); |
QuicClientSession* session = new QuicClientSession(connection, helper, this, |
host, net_log.net_log()); |
all_sessions_.insert(session); // owning pointer |