[core] add label for 308 Permanent Redirect

x-ref:
  https://redmine.lighttpd.net/boards/3/topics/7065
personal/stbuehler/mod-csrf
Glenn Strauss 6 years ago
parent 7f9209c6d4
commit 55bf085cca

@ -77,6 +77,7 @@ static keyvalue http_status[] = {
{ 305, "Use Proxy" },
{ 306, "(Unused)" },
{ 307, "Temporary Redirect" },
{ 308, "Permanent Redirect" },
{ 400, "Bad Request" },
{ 401, "Unauthorized" },
{ 402, "Payment Required" },

Loading…
Cancel
Save