summaryrefslogtreecommitdiff
path: root/rotord/rotord.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@herge.(none)>2013-07-04 14:47:16 +0100
committerTim Redfern <tim@herge.(none)>2013-07-04 14:47:16 +0100
commitd80323174f5be46051dd494308a92cfe12e2c1f5 (patch)
tree578c7e4deb42f8e24c0a7c517f39392b84cfee35 /rotord/rotord.cpp
parentfddff1ff3e50260b6518e754714b46e28fefaea6 (diff)
response to delete context
Diffstat (limited to 'rotord/rotord.cpp')
-rwxr-xr-xrotord/rotord.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/rotord.cpp b/rotord/rotord.cpp
index 15210e9..c47823d 100755
--- a/rotord/rotord.cpp
+++ b/rotord/rotord.cpp
@@ -168,8 +168,8 @@ HTTPRequestHandler* RotorRequestHandlerFactory::createRequestHandler(const HTTPS
//just invoking sID
if (request.getMethod()=="DELETE") {
task->cancel();
- XML.addValue("status","1");
status=HTTPResponse::HTTP_OK;
+ XML.addValue("status","context deleted succesfully");
}
else {
XML.addValue("error","Render context invoked with no command");