vlc | branch: master | Pierre Ynard <[email protected]> | 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" },*/ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
