1 write to _http2Output
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2Stream.cs (1)
63_http2Output = new Http2OutputProducer(this, context);
9 references to _http2Output
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\Http2\Http2Stream.cs (9)
67Output = _http2Output; 72_http2Output.StreamReset(context.ClientPeerSettings.InitialWindowSize); 133_http2Output.OnRequestProcessingEnded(); 159_ = _http2Output.WriteRstStreamAsync(Http2ErrorCode.NO_ERROR).Preserve(); 165_http2Output.Complete(); 545return _http2Output.TryUpdateStreamWindow(bytes); 597_ = _http2Output.WriteRstStreamAsync(error).Preserve(); 606_http2Output.Stop(); 666_http2Output.Dispose();