Commit 1673ae2c authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

src: Add 308 Permanent Redirect (RFC 7238)

parent bf48ef9b
......@@ -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";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment