From 2de9e3f35b537f36880f493aef2bc889a2a18b92 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Fri, 5 Jul 2013 16:34:57 +0100 Subject: preserve previous frame on seek fail --- rotord/rotord.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'rotord/rotord.cpp') 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 << "

"; } - +*/ 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"<