tornado
tornado copied to clipboard
Add web.RequestHandler.get_reason()
trafficstars
This mirrors get_status() and prevents applications from relying on the internal self._reason variable.
Fixes #3126