4 references to ByteQuestionMark
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpParser.cs (4)
453if (ch == ByteSpace || ch == ByteQuestionMark || ch == BytePercentage) 466var index = requestLine.Slice(offset).IndexOfAny(ByteSpace, ByteQuestionMark, BytePercentage); 474index = requestLine.Slice(offset).IndexOfAny(ByteSpace, ByteQuestionMark); 484if (ch == ByteQuestionMark)