Index: net/quic/quic_crypto_client_stream.cc |
diff --git a/net/quic/quic_crypto_client_stream.cc b/net/quic/quic_crypto_client_stream.cc |
index 4ce3d0f1205b345a2b3ee20a2fd0ae125aa7819b..68d0f0d7a374aaec1eb87a6a641e053f826aaf0f 100644 |
--- a/net/quic/quic_crypto_client_stream.cc |
+++ b/net/quic/quic_crypto_client_stream.cc |
@@ -358,6 +358,7 @@ void QuicCryptoClientStream::DoSendCHLO( |
string error_details; |
QuicErrorCode error = crypto_config_->FillClientHello( |
server_id_, session()->connection()->connection_id(), |
+ session()->connection()->version(), |
session()->connection()->supported_versions().front(), cached, |
session()->connection()->clock()->WallNow(), |
session()->connection()->random_generator(), channel_id_key_.get(), |