| 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 03b5c2882f294e2676a4ab0cf10e2e5eb15931c8..e3ee834eeff6eb6f511b2de9f66952a7520f3072 100644
|
| --- a/net/quic/quic_crypto_client_stream.cc
|
| +++ b/net/quic/quic_crypto_client_stream.cc
|
| @@ -85,8 +85,8 @@ void QuicCryptoClientStream::DoHandshakeLoop(
|
| num_client_hellos_++;
|
|
|
| if (!cached->is_complete()) {
|
| - crypto_config_->FillInchoateClientHello(server_hostname_, cached,
|
| - &out);
|
| + crypto_config_->FillInchoateClientHello(
|
| + server_hostname_, cached, &crypto_negotiated_params_, &out);
|
| next_state_ = STATE_RECV_REJ;
|
| DLOG(INFO) << "Client Sending: " << out.DebugString();
|
| SendHandshakeMessage(out);
|
|
|