3 references to HttpStreamResetByClient
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2Stream.cs (1)
554Abort(new IOException(CoreStrings.HttpStreamResetByClient));
Internal\Http3\Http3Stream.cs (2)
602stream.AbortCore(new IOException(CoreStrings.HttpStreamResetByClient), (Http3ErrorCode)errorCode); 661AbortCore(new IOException(CoreStrings.HttpStreamResetByClient, ex), (Http3ErrorCode)resolvedErrorCode);