diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-09-07 14:25:41 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-09-07 14:25:41 +0100 |
| commit | fea5bf3ffeac6f7a4c5cccb69c5ce51e4a42dbaf (patch) | |
| tree | 7b358210b01279ed04e083fd5410d9f508590f88 /rotord/src/rotord.cpp | |
| parent | 37ca0efe3a3e50c2e7debff5f3f1779377e22ab3 (diff) | |
render cancelling
Diffstat (limited to 'rotord/src/rotord.cpp')
| -rwxr-xr-x | rotord/src/rotord.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rotord/src/rotord.cpp b/rotord/src/rotord.cpp index df1ee6a..57318ed 100755 --- a/rotord/src/rotord.cpp +++ b/rotord/src/rotord.cpp @@ -155,6 +155,9 @@ HTTPRequestHandler* RotorRequestHandlerFactory::createRequestHandler(const HTTPS case NOT_FOUND: XML.addAttribute("render","status","error - not found",i); break; + case CANCELLED: + XML.addAttribute("render","status","render cancelled",i); + break; } context_found=true; } |
