Searched refs:separatorPos (Results 1 – 1 of 1) sorted by relevance
103 auto separatorPos = path.find('?'); in handleSingleRequest() local104 if (separatorPos != std::string::npos) { in handleSingleRequest()105 query = path.substr(separatorPos); in handleSingleRequest()106 path.erase(separatorPos); in handleSingleRequest()