4 writes to _startedWritingDataFrames
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http2\Http2OutputProducer.cs (4)
190_startedWritingDataFrames = false; 406_startedWritingDataFrames = true; 471_startedWritingDataFrames = true; 542_startedWritingDataFrames = true;
2 references to _startedWritingDataFrames
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2OutputProducer.cs (2)
277if (_startedWritingDataFrames) 379if (appCompleted && !_startedWritingDataFrames && (_stream.ResponseTrailers == null || _stream.ResponseTrailers.Count == 0))