Merge pull request #2849 from annp89/master

Add 511 Network Authentication Required status code
This commit is contained in:
Ian Cordasco
2015-10-26 10:58:01 -05:00
+1
View File
@@ -78,6 +78,7 @@ _codes = {
507: ('insufficient_storage',),
509: ('bandwidth_limit_exceeded', 'bandwidth'),
510: ('not_extended',),
511: ('network_authentication_required', 'network_auth', 'network_authentication'),
}
codes = LookupDict(name='status_codes')