]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- improved
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 7 Mar 2008 10:54:39 +0000 (10:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd-fcgi-verbose.patch -> 1.5

lighttpd-fcgi-verbose.patch

index 216fad4a8ada00a429946f50983b02c1232b4f62..49bf9b50f4afd02c6720869c9a8c7a8519c09e54 100644 (file)
@@ -1,11 +1,11 @@
---- lighttpd-1.4.18/src/mod_fastcgi.c~ 2008-03-07 12:34:01.000000000 +0200
-+++ lighttpd-1.4.18/src/mod_fastcgi.c  2008-03-07 12:34:04.082702348 +0200
+--- lighttpd-1.4.18/src/mod_fastcgi.c~ 2008-03-07 12:46:55.000000000 +0200
++++ lighttpd-1.4.18/src/mod_fastcgi.c  2008-03-07 12:46:57.303129742 +0200
 @@ -2352,7 +2352,7 @@
                /* no header */
                buffer_free(packet->b);
  
 -              log_error_write(srv, __FILE__, __LINE__, "s", "FastCGI: header too small");
-+              log_error_write(srv, __FILE__, __LINE__, "sdsds", "FastCGI: header too small (", packet->b->used, " bytes < ", sizeof(FCGI_Header), " bytes)");
++              log_error_write(srv, __FILE__, __LINE__, "sdsds", "FastCGI: header too small:", packet->b->used, "bytes <", sizeof(FCGI_Header), "bytes");
                return -1;
        }
  
This page took 0.03349 seconds and 4 git commands to generate.