1 override of DisableKeepAlive
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1Connection.cs (1)
163
internal override void
DisableKeepAlive
(ConnectionEndReason reason)
9 references to DisableKeepAlive
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\Http\HttpProtocol.cs (9)
684
DisableKeepAlive
(ConnectionEndReason.RequestNoKeepAlive);
893
DisableKeepAlive
(ConnectionEndReason.ResponseContentLengthMismatch);
946
DisableKeepAlive
(ConnectionEndReason.ResponseContentLengthMismatch);
1065
DisableKeepAlive
(ConnectionEndReason.ErrorAfterStartingResponse);
1172
DisableKeepAlive
(ConnectionEndReason.ResponseNoKeepAlive);
1183
DisableKeepAlive
(ConnectionEndReason.ResponseNoKeepAlive);
1219
DisableKeepAlive
(ConnectionEndReason.ResponseNoKeepAlive);
1252
DisableKeepAlive
(ConnectionEndReason.ResponseNoKeepAlive);
1444
DisableKeepAlive
(Http1Connection.GetConnectionEndReason(ex));