diff options
Diffstat (limited to 'rotord/src/rotord.cpp')
| -rw-r--r-- | rotord/src/rotord.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rotord/src/rotord.cpp b/rotord/src/rotord.cpp index cdc38fe..bae169f 100644 --- a/rotord/src/rotord.cpp +++ b/rotord/src/rotord.cpp @@ -110,6 +110,7 @@ HTTPRequestHandler* RotorRequestHandlerFactory::createRequestHandler(const HTTPS Node_factory factory; factory.list_nodes(root); string content = writer.write(root); + status=HTTPResponse::HTTP_OK; return new RenderContextHandler(content, status); } } |
