5 references to TimingPipeFlusher
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\Http1OutputProducer.cs (1)
88_flusher = new TimingPipeFlusher(timeoutControl, log);
Internal\Http2\Http2FrameWriter.cs (1)
107_flusher = new TimingPipeFlusher(timeoutControl, serviceContext.Log);
Internal\Http2\Http2OutputProducer.cs (1)
68_flusher = new TimingPipeFlusher(timeoutControl: null, _log);
Internal\Http3\Http3FrameWriter.cs (1)
69_flusher = new TimingPipeFlusher(timeoutControl, log);
Internal\Http3\Http3OutputProducer.cs (1)
52_flusher = new TimingPipeFlusher(timeoutControl: null, log);