Commit 8a0ab9f2 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Add HTTP 505 error

parent 812b9da5
......@@ -314,8 +314,8 @@ static const http_status_info http_reason[] =
{ 501, "Not implemented" },
/*{ 502, "Bad gateway" },*/
{ 503, "Service unavailable" },
/*{ 504, "Gateway time-out" },
{ 505, "Protocol version not supported" },*/
/*{ 504, "Gateway time-out" },*/
{ 505, "Protocol version not supported" },
{ 551, "Option not supported" },
{ 999, "" }
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment