6 references to ByteTab
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http\HttpParser.cs (6)
466var nameEnd = headerLine.IndexOfAny(ByteColon, ByteSpace, ByteTab); 496if (ch == ByteSpace || ch == ByteTab) 506if (ch <= ByteSpace && (ch == ByteSpace || ch == ByteTab)) 513if (ch != ByteTab && ch != ByteSpace) 531if (ch <= ByteSpace && (ch == ByteSpace || ch == ByteTab)) 538if (ch != ByteTab && ch != ByteSpace)