| 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 09bbaea4317a78c6cb936d342e3747d4f839d1d2..4555d0ab5e8a7467aa97a768617b29015f5790f3 100644
|
| --- a/net/quic/quic_crypto_client_stream.cc
|
| +++ b/net/quic/quic_crypto_client_stream.cc
|
| @@ -463,7 +463,7 @@ QuicAsyncStatus QuicCryptoClientStream::DoVerifyProof(
|
| verify_ok_ = false;
|
|
|
| QuicAsyncStatus status = verifier->VerifyProof(
|
| - server_id_.host(), cached->server_config(),
|
| + server_id_.host(), server_id_.port(), cached->server_config(),
|
| session()->connection()->version(), chlo_hash_, cached->certs(),
|
| cached->cert_sct(), cached->signature(), verify_context_.get(),
|
| &verify_error_details_, &verify_details_, proof_verify_callback);
|
|
|