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 0038f38329..4567fb4f3d 100644 --- a/main/http_status_codes.h +++ b/main/http_status_codes.h @@ -72,6 +72,7 @@ static http_response_status_code_pair http_status_map[] = { { 503, "Service Unavailable" }, { 504, "Gateway Timeout" }, { 505, "HTTP Version Not Supported" }, + { 506, "Variant Also Negotiates" }, { 511, "Network Authentication Required" }, /* to allow search with while() loop */ { 0, NULL } |