Index: net/quic/quic_stream_factory.cc |
diff --git a/net/quic/quic_stream_factory.cc b/net/quic/quic_stream_factory.cc |
index af2d88195191c0837796185c6695e61831bc36fa..ceae1628150006aba29756de8efc8ee4ae40b76f 100644 |
--- a/net/quic/quic_stream_factory.cc |
+++ b/net/quic/quic_stream_factory.cc |
@@ -440,7 +440,8 @@ QuicClientSession* QuicStreamFactory::CreateSession( |
random_generator_, |
socket); |
- QuicConnection* connection = new QuicConnection(guid, addr, helper, false); |
+ QuicConnection* connection = new QuicConnection(guid, addr, helper, false, |
+ QuicVersionMax()); |
QuicCryptoClientConfig* crypto_config = |
GetOrCreateCryptoConfig(host_port_proxy_pair); |