diff options
Diffstat (limited to 'net/quic/quic_crypto_server_stream_test.cc')
-rw-r--r-- | net/quic/quic_crypto_server_stream_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/quic/quic_crypto_server_stream_test.cc b/net/quic/quic_crypto_server_stream_test.cc index 995cb6b..db8841d 100644 --- a/net/quic/quic_crypto_server_stream_test.cc +++ b/net/quic/quic_crypto_server_stream_test.cc @@ -67,7 +67,7 @@ class QuicCryptoServerStreamTest : public ::testing::Test { QuicCryptoServerStreamTest() : guid_(1), addr_(), - connection_(new PacketSavingConnection(guid_, addr_)), + connection_(new PacketSavingConnection(guid_, addr_, true)), session_(connection_, true), stream_(&session_) { } |