We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b63811 commit c9c2794Copy full SHA for c9c2794
main/http_status_codes.h
@@ -72,6 +72,7 @@ static http_response_status_code_pair http_status_map[] = {
72
{ 503, "Service Unavailable" },
73
{ 504, "Gateway Timeout" },
74
{ 505, "HTTP Version Not Supported" },
75
+ { 506, "Variant Also Negotiates" },
76
{ 511, "Network Authentication Required" },
77
/* to allow search with while() loop */
78
{ 0, NULL }
0 commit comments