Deprecate gfe2_reloadable_flag_quic_notify_handshaker_on_connection_close.
PiperOrigin-RevId: 315280975
Change-Id: I9f77abd1e425f5dabb7827604ba48dd0f8c197c7
diff --git a/quic/core/tls_server_handshaker.cc b/quic/core/tls_server_handshaker.cc
index 58f75e4..60aa64f 100644
--- a/quic/core/tls_server_handshaker.cc
+++ b/quic/core/tls_server_handshaker.cc
@@ -336,8 +336,7 @@
EncryptionLevel level,
const SSL_CIPHER* cipher,
const std::vector<uint8_t>& write_secret) {
- if (GetQuicReloadableFlag(quic_notify_handshaker_on_connection_close) &&
- state_ == STATE_CONNECTION_CLOSED) {
+ if (state_ == STATE_CONNECTION_CLOSED) {
return;
}
if (level == ENCRYPTION_FORWARD_SECURE) {