]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd-fcgi-verbose.patch
- do not by default forbid download of .pl (and .fcgi) scripts
[packages/lighttpd.git] / lighttpd-fcgi-verbose.patch
CommitLineData
4ca83bf8
ER
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
d9d51a71
ER
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");
4ca83bf8 8+ log_error_write(srv, __FILE__, __LINE__, "sdsds", "FastCGI: header too small:", packet->b->used, "bytes <", sizeof(FCGI_Header), "bytes");
d9d51a71
ER
9 return -1;
10 }
11
This page took 0.034362 seconds and 4 git commands to generate.