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