]> git.sesse.net Git - vlc/commitdiff
We use error code 456
authorRémi Denis-Courmont <rem@videolan.org>
Tue, 2 Oct 2007 15:03:08 +0000 (15:03 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Tue, 2 Oct 2007 15:03:08 +0000 (15:03 +0000)
src/network/httpd.c

index b85b8064952228bf97028a9c11375f4347ade22b..fd402d301f5927d53de1a0cabaf84206690b5942 100644 (file)
@@ -302,9 +302,9 @@ static const http_status_info http_reason[] =
     { 452, "Conference not found" },
     { 453, "Not enough bandwidth" },*/
     { 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" },
-    { 457, "Invalid range" },
+  /*{ 457, "Invalid range" },
     { 458, "Read-only parameter" },*/
     { 459, "Aggregate operation not allowed" },
     { 460, "Non-aggregate operation not allowed" },