mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02: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:
parent
3b6381125c
commit
c9c2794fe6
1 changed files with 1 additions and 0 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue