4 references to HasStateFlag
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http2\Http2FrameWriter.cs (4)
231
var flushHeaders =
HasStateFlag
(observed, Http2OutputProducer.State.FlushHeaders) && !
HasStateFlag
(currentState, Http2OutputProducer.State.FlushHeaders);
235
var aborted =
HasStateFlag
(currentState, Http2OutputProducer.State.Aborted);
236
var completed =
HasStateFlag
(currentState, Http2OutputProducer.State.Completed) && !hasMoreData;