src: Add 308 Permanent Redirect (RFC 7238)

This commit is contained in:
Tatsuhiro Tsujikawa 2014-08-24 22:56:48 +09:00
parent bf48ef9bab
commit 1673ae2c99
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ std::string get_status_string(unsigned int status_code)
case 305: return "305 Use Proxy";
// case 306: return "306 (Unused)";
case 307: return "307 Temporary Redirect";
case 308: return "308 Permanent Redirect";
case 400: return "400 Bad Request";
case 401: return "401 Unauthorized";
case 402: return "402 Payment Required";