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