commit | 76690759ed2275b0a465659c951a34c5c8ea471d | [log] [tgz] |
---|---|---|
author | dschinazi <dschinazi@google.com> | Fri Jul 17 10:44:50 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Jul 17 10:45:34 2020 -0700 |
tree | 04736f05f5948904a33a1566f3139b5cf1199456 | |
parent | 315d288912b9ec99c59c9a26cfc221681d5c64aa [diff] |
Remove obsolete TODO See discussion in crbug.com/631101 for details. Comment-only change PiperOrigin-RevId: 321808896 Change-Id: I2672ce5cbbaa9c3091a40a3d541960cd39e3adfa
diff --git a/quic/core/quic_crypto_client_handshaker.cc b/quic/core/quic_crypto_client_handshaker.cc index a769da9..7276937 100644 --- a/quic/core/quic_crypto_client_handshaker.cc +++ b/quic/core/quic_crypto_client_handshaker.cc
@@ -492,7 +492,6 @@ if (!one_rtt_keys_available()) { next_state_ = STATE_SEND_CHLO; } else { - // TODO: Enable Expect-Staple. https://crbug.com/631101 next_state_ = STATE_NONE; } }