2 references to GracefulAppShutdown
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\HttpConnection.cs (1)
114using var shutdownRegistration = connectionLifetimeNotificationFeature?.ConnectionClosedRequested.Register(state => ((HttpConnection)state!).StopProcessingNextRequest(ConnectionEndReason.GracefulAppShutdown), this);
Internal\Infrastructure\KestrelMetrics.cs (1)
472ConnectionEndReason.GracefulAppShutdown => null, // Not an error