Loading src/blogi.cpp +0 −3 Original line number Diff line number Diff line Loading @@ -314,9 +314,6 @@ void blogi::Blogi::searchPage(libhttppp::HttpRequest* curreq, const int tid, con std::copy(curreq->getRequestURL()+wlen,curreq->getRequestURL()+strlen(curreq->getRequestURL()), std::back_inserter(word)); std::cout.write(word.data(),word.size()) << std::endl; libhttppp::HttpForm form; form.urlDecode(word,searchstr); Loading Loading
src/blogi.cpp +0 −3 Original line number Diff line number Diff line Loading @@ -314,9 +314,6 @@ void blogi::Blogi::searchPage(libhttppp::HttpRequest* curreq, const int tid, con std::copy(curreq->getRequestURL()+wlen,curreq->getRequestURL()+strlen(curreq->getRequestURL()), std::back_inserter(word)); std::cout.write(word.data(),word.size()) << std::endl; libhttppp::HttpForm form; form.urlDecode(word,searchstr); Loading