1 reference to _allowedAuthorityBytes
IIS.LongTests (1)
src\Shared\ServerInfrastructure\HttpCharacters.cs (1)
41
public static bool ContainsInvalidAuthorityChar(ReadOnlySpan<byte> span) => span.IndexOfAnyExcept(
_allowedAuthorityBytes
) >= 0;