3 writes to _expectedBodyLength
Microsoft.AspNetCore.Server.HttpSys (3)
RequestProcessing\Response.cs (3)
51_expectedBodyLength = 0; 418_expectedBodyLength = responseContentLength.Value; 439_expectedBodyLength = 0;
2 references to _expectedBodyLength
Microsoft.AspNetCore.Server.HttpSys (2)
RequestProcessing\Response.cs (2)
160get { return _expectedBodyLength; } 419if (_expectedBodyLength == writeCount && !isHeadRequest && !TrailersExpected)