6 references to ByteTab
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http\HttpParser.cs (6)
247var nameEnd = headerLine.IndexOfAny(ByteColon, ByteSpace, ByteTab); 277if (ch == ByteSpace || ch == ByteTab) 287if (ch <= ByteSpace && (ch == ByteSpace || ch == ByteTab)) 294if (ch != ByteTab && ch != ByteSpace) 312if (ch <= ByteSpace && (ch == ByteSpace || ch == ByteTab)) 319if (ch != ByteTab && ch != ByteSpace)