2 references to FormatHttp3StreamResetByApplication
InMemory.FunctionalTests (1)
Http3\Http3StreamTests.cs (1)
1121CoreStrings.FormatHttp3StreamResetByApplication(Http3Formatting.ToFormattedErrorCode(Http3ErrorCode.RequestCancelled)));
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3Stream.FeatureCollection.cs (1)
57var message = CoreStrings.FormatHttp3StreamResetByApplication(Http3Formatting.ToFormattedErrorCode((Http3ErrorCode)errorCode));