2 references to ByteColon
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\HttpParser.cs (2)
266var nameEnd = headerLine.IndexOfAny(ByteColon, ByteSpace, ByteTab); 283if (expectedColon != ByteColon)