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); 144_http2Output.OnRequestProcessingEnded(); 170_ = _http2Output.WriteRstStreamAsync(Http2ErrorCode.NO_ERROR).Preserve(); 176_http2Output.Complete(); 556return _http2Output.TryUpdateStreamWindow(bytes); 608_ = _http2Output.WriteRstStreamAsync(error).Preserve(); 617_http2Output.Stop(); 677_http2Output.Dispose();