4 references to ByteQuestionMark
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpParser.cs (4)
105if (ch == ByteSpace || ch == ByteQuestionMark || ch == BytePercentage) 118var index = requestLine.Slice(offset).IndexOfAny(ByteSpace, ByteQuestionMark, BytePercentage); 126index = requestLine.Slice(offset).IndexOfAny(ByteSpace, ByteQuestionMark); 136if (ch == ByteQuestionMark)