commit | a485aa921992ed1006071a73051c737000714620 | [log] [tgz] |
---|---|---|
author | nharper <nharper@google.com> | Fri Feb 14 14:09:42 2020 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Feb 14 14:10:28 2020 -0800 |
tree | 0350e9137e8a8674a27eea1203836a1d33b52f91 | |
parent | 81c9b66a901286866f7321d18e6222119badfd70 [diff] |
Internal QUICHE change PiperOrigin-RevId: 295223280 Change-Id: I06cfa06b9b928398ab94b3c237c37bc79a888311
diff --git a/quic/core/quic_crypto_client_handshaker.cc b/quic/core/quic_crypto_client_handshaker.cc index d9e67db..e93fd07 100644 --- a/quic/core/quic_crypto_client_handshaker.cc +++ b/quic/core/quic_crypto_client_handshaker.cc
@@ -130,7 +130,7 @@ bool QuicCryptoClientHandshaker::ReceivedInchoateReject() const { QUIC_BUG_IF(!one_rtt_keys_available_); - return num_client_hellos_ == 3; + return num_client_hellos_ >= 3; } int QuicCryptoClientHandshaker::num_scup_messages_received() const {