]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-fcgi-verbose.patch
- update to r2389:
[packages/lighttpd.git] / lighttpd-fcgi-verbose.patch
1 --- lighttpd-1.4.18/src/mod_fastcgi.c~  2008-03-07 12:46:55.000000000 +0200
2 +++ lighttpd-1.4.18/src/mod_fastcgi.c   2008-03-07 12:46:57.303129742 +0200
3 @@ -2352,7 +2352,7 @@
4                 /* no header */
5                 buffer_free(packet->b);
6  
7 -               log_error_write(srv, __FILE__, __LINE__, "s", "FastCGI: header too small");
8 +               log_error_write(srv, __FILE__, __LINE__, "sdsds", "FastCGI: header too small:", packet->b->used, "bytes <", sizeof(FCGI_Header), "bytes");
9                 return -1;
10         }
11  
This page took 0.080998 seconds and 3 git commands to generate.