1 write to _http3Stream
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3FrameWriter.cs (1)
67
_http3Stream
= http3Stream;
3 references to _http3Stream
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http3\Http3FrameWriter.cs (3)
322
_http3Stream
.Abort(new ConnectionAbortedException(ex.Message, ex), Http3ErrorCode.InternalError);
375
_log.QPackEncodingError(_connectionId,
_http3Stream
.StreamId, ex);
377
_http3Stream
.Abort(new ConnectionAbortedException(ex.Message, ex), Http3ErrorCode.InternalError);