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 {