It seems that all Aphront responses use OK as the status text, regardless of the actual response code.
Description
Description
Revisions and Commits
Revisions and Commits
rP Phabricator | |||
D12299 | rPb2c23d88e8f9 Implement HTTP response messages |
Event Timeline
Comment Actions
Specifically, in the screenshot shown, the response is shown as 404 OK instead of 404 Not Found.
Comment Actions
Hi, I'm not sure how Phabricator handles compatibility libraries but PHP has http_response_code() available which sets the status code and message in one go. The fix for this task could be introduced as a compat method for PHP < 5.4.