| Index: net/quic/crypto/quic_crypto_client_config.cc
|
| diff --git a/net/quic/crypto/quic_crypto_client_config.cc b/net/quic/crypto/quic_crypto_client_config.cc
|
| index f9b31fd57b5e73e0203ce1ef4512b4d6fd1618b0..980f5bdc390da6db7aede5272a9dada83b921eca 100644
|
| --- a/net/quic/crypto/quic_crypto_client_config.cc
|
| +++ b/net/quic/crypto/quic_crypto_client_config.cc
|
| @@ -305,6 +305,10 @@ void QuicCryptoClientConfig::FillInchoateClientHello(
|
| }
|
| out->SetValue(kVER, QuicVersionToQuicTag(preferred_version));
|
|
|
| + if (!client_version_.empty()) {
|
| + out->SetStringPiece(kUACV, client_version_);
|
| + }
|
| +
|
| if (!cached->source_address_token().empty()) {
|
| out->SetStringPiece(kSourceAddressTokenTag, cached->source_address_token());
|
| }
|
|
|