4 writes to _startedWritingDataFrames
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http2\Http2OutputProducer.cs (4)
183_startedWritingDataFrames = false; 399_startedWritingDataFrames = true; 464_startedWritingDataFrames = true; 533_startedWritingDataFrames = true;
2 references to _startedWritingDataFrames
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2OutputProducer.cs (2)
270if (_startedWritingDataFrames) 372if (appCompleted && !_startedWritingDataFrames && (_stream.ResponseTrailers == null || _stream.ResponseTrailers.Count == 0))