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