diff --git a/gluon/http.py b/gluon/http.py index 3c71f242..0317b9ab 100644 --- a/gluon/http.py +++ b/gluon/http.py @@ -52,6 +52,7 @@ defined_status = { 503: 'SERVICE UNAVAILABLE', 504: 'GATEWAY TIMEOUT', 505: 'HTTP VERSION NOT SUPPORTED', + 509: 'BANDWIDTH LIMIT EXCEEDED', } regex_status = re.compile('^\d{3} [0-9A-Z ]+$')