1 write to _http2Connection
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2FrameWriter.cs (1)
102_http2Connection = http2Connection;
5 references to _http2Connection
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http2\Http2FrameWriter.cs (5)
152_http2Connection.Abort(ex); 328_http2Connection.Abort(new ConnectionAbortedException(CoreStrings.Http2ErrorWindowUpdateSizeInvalid, connectionError)); 497_http2Connection.Abort(new ConnectionAbortedException(ex.Message, ex)); 538_http2Connection.Abort(new ConnectionAbortedException(ex.Message, ex)); 994_http2Connection.Abort(new ConnectionAbortedException("HTTP/2 connection exceeded the outgoing flow control maximum queue size."));