Loading src/httpd.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -86,8 +86,6 @@ REQUESTHANDLING: break; default: cureq->clear(); cureq->RecvData.clear(); cureq->RecvData.pos=0; libhttppp::HTTPException re; re[libhttppp::HTTPException::Error] << "unknown requesttype !"; throw re; Loading Loading
src/httpd.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -86,8 +86,6 @@ REQUESTHANDLING: break; default: cureq->clear(); cureq->RecvData.clear(); cureq->RecvData.pos=0; libhttppp::HTTPException re; re[libhttppp::HTTPException::Error] << "unknown requesttype !"; throw re; Loading