diff options
-rw-r--r-- | main/http_status_codes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/http_status_codes.h b/main/http_status_codes.h index 4567fb4f3d..987f2cf4c8 100644 --- a/main/http_status_codes.h +++ b/main/http_status_codes.h @@ -66,6 +66,7 @@ static http_response_status_code_pair http_status_map[] = { { 428, "Precondition Required" }, { 429, "Too Many Requests" }, { 431, "Request Header Fields Too Large" }, + { 451, "Unavailable For Legal Reasons"}, { 500, "Internal Server Error" }, { 501, "Not Implemented" }, { 502, "Bad Gateway" }, |