[rtmpdump] r399 - trunk/rtmpgw.c

hyc subversion at mplayerhq.hu
Thu Mar 25 04:14:35 CET 2010


Author: hyc
Date: Thu Mar 25 04:14:34 2010
New Revision: 399

Log:
Cleanup prev

Modified:
   trunk/rtmpgw.c

Modified: trunk/rtmpgw.c
==============================================================================
--- trunk/rtmpgw.c	Thu Mar 25 04:08:55 2010	(r398)
+++ trunk/rtmpgw.c	Thu Mar 25 04:14:34 2010	(r399)
@@ -448,7 +448,7 @@ void processTCPrequest(STREAMING_SERVER 
 
 		  if (!ParseOption(ich, arg, &req))
 		    {
-		      status = "400 unrecognized option";
+		      status = "400 unknown option";
 		      goto filenotfound;
 		    }
 		}


More information about the rtmpdump mailing list