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

[1.7.x] Added HTTP 308 status and its description.

Backport of 97adfc2b from master
parent 6e5a7367
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',