1 reference to _allowedAuthorityBytes
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\ServerInfrastructure\HttpCharacters.cs (1)
41
public static bool ContainsInvalidAuthorityChar(ReadOnlySpan<byte> span) => span.IndexOfAnyExcept(
_allowedAuthorityBytes
) >= 0;