Background work could start a new request after its owning component had begun shutting down. The request passed the forwarding rule because its destination was another component, leaving shutdown responsible for a new response it might cancel before it arrived.
The component now reports that it is shutting down before sending that new request. Responses to previously accepted requests and traffic forwarded for other components can still pass while existing work drains.