3 references to Http2StreamAborted
InMemory.FunctionalTests (1)
Http2\Http2ConnectionTests.cs (1)
3691await WaitForStreamErrorAsync(expectedStreamId: 1, Http2ErrorCode.STREAM_CLOSED, CoreStrings.Http2StreamAborted);
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2Connection.cs (2)
457stream.Abort(new IOException(CoreStrings.Http2StreamAborted, connectionError)); 1166throw new Http2StreamErrorException(_incomingFrame.StreamId, CoreStrings.Http2StreamAborted, Http2ErrorCode.STREAM_CLOSED);