Commit 36da998f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

We use error code 456

parent cff0f4bf
...@@ -302,9 +302,9 @@ static const http_status_info http_reason[] = ...@@ -302,9 +302,9 @@ static const http_status_info http_reason[] =
{ 452, "Conference not found" }, { 452, "Conference not found" },
{ 453, "Not enough bandwidth" },*/ { 453, "Not enough bandwidth" },*/
{ 454, "Session not found" }, { 454, "Session not found" },
/*{ 455, "Method not valid in this State" }, /*{ 455, "Method not valid in this State" },*/
{ 456, "Header field not valid for resource" }, { 456, "Header field not valid for resource" },
{ 457, "Invalid range" }, /*{ 457, "Invalid range" },
{ 458, "Read-only parameter" },*/ { 458, "Read-only parameter" },*/
{ 459, "Aggregate operation not allowed" }, { 459, "Aggregate operation not allowed" },
{ 460, "Non-aggregate operation not allowed" }, { 460, "Non-aggregate operation not allowed" },
......
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