]> git.sesse.net Git - vlc/commitdiff
Add HTTP 505 error
authorRémi Denis-Courmont <rem@videolan.org>
Mon, 24 Sep 2007 15:50:14 +0000 (15:50 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Mon, 24 Sep 2007 15:50:14 +0000 (15:50 +0000)
src/network/httpd.c

index 24bc09815a42ba4dc1a06d4bcea69d826234b980..b8e76a2530b6f9ae4a7d663ba1b7f601b31e4924 100644 (file)
@@ -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, "" }
 };