2 references to Http2StreamAborted
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2Connection.cs (2)
461
stream.Abort(new IOException(CoreStrings.
Http2StreamAborted
, connectionError));
1182
throw new Http2StreamErrorException(_incomingFrame.StreamId, CoreStrings.
Http2StreamAborted
, Http2ErrorCode.STREAM_CLOSED);