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)
79
Output =
_http2Output
;
84
_http2Output
.StreamReset(context.ClientPeerSettings.InitialWindowSize);
145
_http2Output
.OnRequestProcessingEnded();
171
_ =
_http2Output
.WriteRstStreamAsync(Http2ErrorCode.NO_ERROR).Preserve();
177
_http2Output
.Complete();
557
return
_http2Output
.TryUpdateStreamWindow(bytes);
609
_ =
_http2Output
.WriteRstStreamAsync(error).Preserve();
618
_http2Output
.Stop();
678
_http2Output
.Dispose();