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