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)
277
if (
_startedWritingDataFrames
)
379
if (appCompleted && !
_startedWritingDataFrames
&& (_stream.ResponseTrailers == null || _stream.ResponseTrailers.Count == 0))