]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-fcgi-verbose.patch
- update to r2392 (PRE-RELEASE: 1.4.21-r2392)
[packages/lighttpd.git] / lighttpd-fcgi-verbose.patch
index 0efd4f0b2a980b15edcde1e5136068e0f69afafd..49bf9b50f4afd02c6720869c9a8c7a8519c09e54 100644 (file)
@@ -1,13 +1,11 @@
---- lighttpd-1.3.13/src/mod_fastcgi.c~ 2005-03-06 12:53:02.000000000 +0200
-+++ lighttpd-1.3.13/src/mod_fastcgi.c  2005-04-13 10:36:18.000000000 +0300
-@@ -2101,8 +2101,8 @@
-                       
-                       break;
-               case FCGI_STDERR:
--                      log_error_write(srv, __FILE__, __LINE__, "sb", 
--                                      "FastCGI-stderr:", hctx->response);
-+                      log_error_write(srv, __FILE__, __LINE__, "sbbb", 
-+                                      "FastCGI-stderr:", con->uri.path, con->uri.authority, hctx->response);
-                       
-                       break;
-               case FCGI_END_REQUEST:
+--- 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");
+               return -1;
+       }
This page took 0.149261 seconds and 4 git commands to generate.