[FFmpeg-cvslog] r24105 - trunk/ffserver.c

hyc subversion
Thu Jul 8 10:59:53 CEST 2010


Author: hyc
Date: Thu Jul  8 10:59:53 2010
New Revision: 24105

Log:
Fix "server too busy" status code

Modified:
   trunk/ffserver.c

Modified: trunk/ffserver.c
==============================================================================
--- trunk/ffserver.c	Thu Jul  8 10:58:52 2010	(r24104)
+++ trunk/ffserver.c	Thu Jul  8 10:59:53 2010	(r24105)
@@ -740,7 +740,7 @@ static void http_send_too_busy_reply(int
 {
     char buffer[300];
     int len = snprintf(buffer, sizeof(buffer),
-                       "HTTP/1.0 200 Server too busy\r\n"
+                       "HTTP/1.0 503 Server too busy\r\n"
                        "Content-type: text/html\r\n"
                        "\r\n"
                        "<html><head><title>Too busy</title></head><body>\r\n"



More information about the ffmpeg-cvslog mailing list