6 references to ByteTab
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http\HttpParser.cs (6)
266var nameEnd = headerLine.IndexOfAny(ByteColon, ByteSpace, ByteTab); 296if (ch == ByteSpace || ch == ByteTab) 306if (ch <= ByteSpace && (ch == ByteSpace || ch == ByteTab)) 313if (ch != ByteTab && ch != ByteSpace) 331if (ch <= ByteSpace && (ch == ByteSpace || ch == ByteTab)) 338if (ch != ByteTab && ch != ByteSpace)