[vlc-commits] commit: rtsp: enable forgotten reason phrase (Pierre Ynard )

git at videolan.org git at videolan.org
Sun Dec 12 09:32:07 CET 2010


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Sun Dec 12 09:31:03 2010 +0100| [8460b86d7deb66d5ecc97a55d170b6859624da1c] | committer: Pierre Ynard 

rtsp: enable forgotten reason phrase

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8460b86d7deb66d5ecc97a55d170b6859624da1c
---

 src/network/httpd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/network/httpd.c b/src/network/httpd.c
index ddcbb3d..48f1692 100644
--- a/src/network/httpd.c
+++ b/src/network/httpd.c
@@ -308,7 +308,7 @@ 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" },
     { 458, "Read-only parameter" },*/



More information about the vlc-commits mailing list