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