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