diff options
Diffstat (limited to 'rotord/rotord.cpp')
| -rwxr-xr-x | rotord/rotord.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/rotord/rotord.cpp b/rotord/rotord.cpp index 6832318..5283798 100755 --- a/rotord/rotord.cpp +++ b/rotord/rotord.cpp @@ -45,6 +45,7 @@ caching the whole thing isn't a goer */ +/* RotorRequestHandler::RotorRequestHandler(const std::string& format): _format(format){ } @@ -65,7 +66,7 @@ void RotorRequestHandler::handleRequest(HTTPServerRequest& request,HTTPServerRes ostr << dt; ostr << "</p></body></html>"; } - +*/ RenderContextHandler::RenderContextHandler(const std::string _content,const HTTPServerResponse::HTTPStatus _status){ content=_content; @@ -88,6 +89,8 @@ void RenderContextHandler::handleRequest(HTTPServerRequest& request,HTTPServerRe HTTPRequestHandler* RotorRequestHandlerFactory::createRequestHandler(const HTTPServerRequest& request){ + + cerr<<"starting http response block"<<endl; Logger& logger = Logger::get("Rotor"); Poco::URI theuri=Poco::URI(request.getURI()); |
