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