mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
HTTP 506 status code added.
HTTP 506 status code added in main http status codes file. Reference: RFC 2295
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user