| Index: net/quic/core/crypto/quic_crypto_server_config.cc
|
| diff --git a/net/quic/core/crypto/quic_crypto_server_config.cc b/net/quic/core/crypto/quic_crypto_server_config.cc
|
| index 8557271c2c762f0086c8eb096b07b2e85b9aab7b..0c3bc720033956b547f5f3a3cb7c7fa796d09926 100644
|
| --- a/net/quic/core/crypto/quic_crypto_server_config.cc
|
| +++ b/net/quic/core/crypto/quic_crypto_server_config.cc
|
| @@ -619,7 +619,7 @@ QuicErrorCode QuicCryptoServerConfig::ProcessClientHello(
|
|
|
| if (!ClientDemandsX509Proof(client_hello) && FLAGS_quic_require_x509) {
|
| *error_details = "Missing or invalid PDMD";
|
| - return QUIC_INVALID_CRYPTO_MESSAGE_PARAMETER;
|
| + return QUIC_UNSUPPORTED_PROOF_DEMAND;
|
| }
|
| DCHECK(proof_source_.get());
|
| string chlo_hash;
|
|
|