Commit 97adfc2b authored by Yazhong Liu's avatar Yazhong Liu Committed by Tim Graham
Browse files

Added HTTP 308 status and its description.

parent 407d0703
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ REASON_PHRASES = {
    305: 'USE PROXY',
    306: 'RESERVED',
    307: 'TEMPORARY REDIRECT',
    308: 'PERMANENT REDIRECT',
    400: 'BAD REQUEST',
    401: 'UNAUTHORIZED',
    402: 'PAYMENT REQUIRED',