Implemented remaining error response calls

This commit is contained in:
Colin Adams
2013-08-08 10:39:46 +01:00
parent eade6d584c
commit 4c901c3130
4 changed files with 37 additions and 7 deletions

View File

@@ -47,8 +47,7 @@ feature {NONE} -- Implementation
res.put_header_text (a_header.string)
end
else
-- TODO - req.error_handler.has_error = True
--handle_internal_server_error (a_handler.last_error (req), req, res)
write_error_response (req, res)
end
end