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