4 writes to _startedWritingDataFrames
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http2\Http2OutputProducer.cs (4)
190_startedWritingDataFrames = false; 403_startedWritingDataFrames = true; 468_startedWritingDataFrames = true; 539_startedWritingDataFrames = true;
2 references to _startedWritingDataFrames
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2OutputProducer.cs (2)
274if (_startedWritingDataFrames) 376if (appCompleted && !_startedWritingDataFrames && (_stream.ResponseTrailers == null || _stream.ResponseTrailers.Count == 0))