diff --git a/HTTPHandler.cpp b/HTTPHandler.cpp index e213b09..21222af 100644 --- a/HTTPHandler.cpp +++ b/HTTPHandler.cpp @@ -47,8 +47,8 @@ namespace http { coreutils::Log(coreutils::LOG_DEBUG_1) << "Sending response to client..." << content.str(); } else { - httpRequest->response.setCode("404"); - httpRequest->response.setText("Not Found"); + httpRequest->response.setCode("200"); + httpRequest->response.setText("OK"); data << httpRequest->response.getResponse(content.str()); } delete httpRequest; diff --git a/HTTPServer b/HTTPServer index a100259..309bd8b 100755 Binary files a/HTTPServer and b/HTTPServer differ diff --git a/__editview.h b/__editview.h index 2d648cb..48c340e 100644 --- a/__editview.h +++ b/__editview.h @@ -70,7 +70,7 @@ namespace http { data << "" << std::endl; data << "