``` // TODO: remove line below after setting // status where required throughout program http_response.status = 500; ``` If `handle_request(...)` fails the status is currently set to 500 (Internal Server Error) always.
If
handle_request(...)fails the status is currently set to 500 (Internal Server Error) always.