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