4 references to IsHostHeaderValid
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\Http1Connection.cs (2)
623else if (!HttpUtilities.IsHostHeaderValid(hostText)) 668if (!HttpUtilities.IsHostHeaderValid(hostText))
Internal\Http2\Http2Stream.cs (1)
401if (host.Count > 1 || !HttpUtilities.IsHostHeaderValid(hostText))
Internal\Http3\Http3Stream.cs (1)
1122if (host.Count > 1 || !HttpUtilities.IsHostHeaderValid(hostText))