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