1 write to KeepAlive
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\Request.cs (1)
549
KeepAlive
= false;
2 references to KeepAlive
Microsoft.AspNetCore.Server.HttpSys (2)
RequestProcessing\Response.cs (1)
422
var keepConnectionAlive = Request.
KeepAlive
;
RequestProcessing\ResponseBody.cs (1)
478
if (!_requestContext.Request.
KeepAlive
)