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