Merge pull request #292 from flavour/master

Support HTTP Status 509
This commit is contained in:
mdipierro
2013-11-11 07:43:56 -08:00
+1
View File
@@ -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 ]+$')