Fix cancellation on async server filters (#28997)

pull/28998/head
Craig Tiller 3 years ago committed by GitHub
parent 95270af6b6
commit 2f17014224
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/core/lib/channel/promise_based_filter.cc

@ -628,6 +628,7 @@ void ServerCallData::WakeInsideCombiner(
destroy_md = false;
}
forward_send_trailing_metadata = true;
send_trailing_state_ = SendTrailingState::kForwarded;
} break;
case SendTrailingState::kForwarded:
abort(); // unreachable

Loading…
Cancel
Save