Minor improvements for handling of /status/ for Aphlict
Summary: We don't need to handle any request data for the /status/ route, so we can simplify this code slightly.
Test Plan:
> curl http://127.0.0.1:22281/status/ {"uptime":2543,"clients.active":0,"clients.total":0,"messages.in":0,"messages.out":0,"log":"/var/log/aphlict.log","version":6}
Reviewers: #blessed_reviewers, epriestley
Reviewed By: #blessed_reviewers, epriestley
Subscribers: Korvin, epriestley
Differential Revision: https://secure.phabricator.com/D11145