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 56ed4038759c8bb08c8749aa5a86375f1bdb613c..295b45bf70932a5676c2c2e65fa3e35d1bc138c9 100644 |
--- a/net/quic/quic_crypto_client_stream.cc |
+++ b/net/quic/quic_crypto_client_stream.cc |
@@ -288,7 +288,7 @@ void QuicCryptoClientStream::DoHandshakeLoop( |
} |
error = crypto_config_->ProcessRejection( |
*in, session()->connection()->clock()->WallNow(), cached, |
- &crypto_negotiated_params_, &error_details); |
+ server_id_.is_https(), &crypto_negotiated_params_, &error_details); |
if (error != QUIC_NO_ERROR) { |
CloseConnectionWithDetails(error, error_details); |
return; |