| Index: trunk/src/net/quic/quic_crypto_client_stream.cc
|
| ===================================================================
|
| --- trunk/src/net/quic/quic_crypto_client_stream.cc (revision 198763)
|
| +++ trunk/src/net/quic/quic_crypto_client_stream.cc (working copy)
|
| @@ -85,8 +85,8 @@
|
| num_client_hellos_++;
|
|
|
| if (!cached->is_complete()) {
|
| - crypto_config_->FillInchoateClientHello(
|
| - server_hostname_, cached, &crypto_negotiated_params_, &out);
|
| + crypto_config_->FillInchoateClientHello(server_hostname_, cached,
|
| + &out);
|
| next_state_ = STATE_RECV_REJ;
|
| DLOG(INFO) << "Client Sending: " << out.DebugString();
|
| SendHandshakeMessage(out);
|
|
|