2 references to IsHttp11
Microsoft.AspNetCore.Hosting (1)
Internal\HostingTelemetryHelpers.cs (1)
94if (HttpProtocol.IsHttp11(protocol))
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
219else if (AspNetCore.Http.HttpProtocol.IsHttp11(value))