2 references to IsHttp10
Microsoft.AspNetCore.Hosting (1)
Internal\HostingTelemetryHelpers.cs (1)
111if (HttpProtocol.IsHttp10(protocol))
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
223else if (AspNetCore.Http.HttpProtocol.IsHttp10(value))