Changed the "im_used" informational status code for the value given by IANA (226)

See RFC 3229 at http://tools.ietf.org/html/rfc3229#section-10.4.1 and HTTP status codes at http://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml
This commit is contained in:
Philippe Ndiaye
2013-07-13 09:55:50 +02:00
parent 41517e2111
commit 7bdf37bc27
+1 -1
View File
@@ -18,7 +18,7 @@ _codes = {
205: ('reset_content', 'reset'),
206: ('partial_content', 'partial'),
207: ('multi_status', 'multiple_status', 'multi_stati', 'multiple_stati'),
208: ('im_used',),
226: ('im_used',),
# Redirection.
300: ('multiple_choices',),