1 override of DisableKeepAlive
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1Connection.cs (1)
140
internal override void
DisableKeepAlive
(ConnectionEndReason reason)
9 references to DisableKeepAlive
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\Http\HttpProtocol.cs (9)
667
DisableKeepAlive
(ConnectionEndReason.RequestNoKeepAlive);
876
DisableKeepAlive
(ConnectionEndReason.ResponseContentLengthMismatch);
929
DisableKeepAlive
(ConnectionEndReason.ResponseContentLengthMismatch);
1048
DisableKeepAlive
(ConnectionEndReason.ErrorAfterStartingResponse);
1155
DisableKeepAlive
(ConnectionEndReason.ResponseNoKeepAlive);
1166
DisableKeepAlive
(ConnectionEndReason.ResponseNoKeepAlive);
1202
DisableKeepAlive
(ConnectionEndReason.ResponseNoKeepAlive);
1235
DisableKeepAlive
(ConnectionEndReason.ResponseNoKeepAlive);
1427
DisableKeepAlive
(Http1Connection.GetConnectionEndReason(ex));