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