3 references to FormatHttp3StreamErrorSchemeMismatch
InMemory.FunctionalTests (2)
Http3\Http3StreamTests.cs (2)
289
CoreStrings.
FormatHttp3StreamErrorSchemeMismatch
(scheme, "http"));
333
CoreStrings.
FormatHttp3StreamErrorSchemeMismatch
(scheme, "http"));
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3Stream.cs (1)
1066
var str = CoreStrings.
FormatHttp3StreamErrorSchemeMismatch
(headerScheme, Scheme);