3 references to FlushHeaders
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2FrameWriter.cs (2)
231var flushHeaders = HasStateFlag(observed, Http2OutputProducer.State.FlushHeaders) && !HasStateFlag(currentState, Http2OutputProducer.State.FlushHeaders);
Internal\Http2\Http2OutputProducer.cs (1)
384EnqueueStateUpdate(State.FlushHeaders);