1 write to _http2Output
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2Stream.cs (1)
75_http2Output = new Http2OutputProducer(this, context);
9 references to _http2Output
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\Http2\Http2Stream.cs (9)
79Output = _http2Output; 84_http2Output.StreamReset(context.ClientPeerSettings.InitialWindowSize); 145_http2Output.OnRequestProcessingEnded(); 171_ = _http2Output.WriteRstStreamAsync(Http2ErrorCode.NO_ERROR).Preserve(); 177_http2Output.Complete(); 557return _http2Output.TryUpdateStreamWindow(bytes); 609_ = _http2Output.WriteRstStreamAsync(error).Preserve(); 618_http2Output.Stop(); 678_http2Output.Dispose();