Add comment

pull/37772/head
Yash Tibrewal 2 months ago
parent f17fbd4d53
commit 84a3206eb1
  1. 1
      src/core/ext/transport/chttp2/server/chttp2_server.cc

@ -609,6 +609,7 @@ void Chttp2ServerListener::ActiveConnection::SendGoAway() {
self.reset(DEBUG_LOCATION, "drain_grace_timer");
});
}
// Shutdown the handshaker if it's still in progress.
if (handshaking_state_ != nullptr) {
handshaking_state_->ShutdownLocked(
absl::UnavailableError("Connection going away"));

Loading…
Cancel
Save