1 override of DisableKeepAlive
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1Connection.cs (1)
171
internal override void
DisableKeepAlive
(ConnectionEndReason reason)
10 references to DisableKeepAlive
Microsoft.AspNetCore.Server.Kestrel.Core (10)
Internal\Http\HttpProtocol.cs (10)
686
DisableKeepAlive
(ConnectionEndReason.RequestNoKeepAlive);
895
DisableKeepAlive
(ConnectionEndReason.ResponseContentLengthMismatch);
948
DisableKeepAlive
(ConnectionEndReason.ResponseContentLengthMismatch);
1067
DisableKeepAlive
(ConnectionEndReason.ErrorAfterStartingResponse);
1174
DisableKeepAlive
(ConnectionEndReason.ResponseNoKeepAlive);
1185
DisableKeepAlive
(ConnectionEndReason.ResponseNoKeepAlive);
1221
DisableKeepAlive
(ConnectionEndReason.ResponseNoKeepAlive);
1254
DisableKeepAlive
(ConnectionEndReason.ResponseNoKeepAlive);
1264
DisableKeepAlive
(ConnectionEndReason.ResponseNoKeepAlive);
1455
DisableKeepAlive
(Http1Connection.GetConnectionEndReason(ex));