]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd-fcgi-fdevent.patch
- fix md5, it was okay before
[packages/lighttpd.git] / lighttpd-fcgi-fdevent.patch
CommitLineData
e6349f23
ER
1--- lighttpd-1.3.7/src/fcgi.c 2005-01-14 14:01:16.000000000 +0200
2+++ lighttpd-1.3.7.fixed/src/fcgi.c 2005-01-14 13:59:17.000000000 +0200
3@@ -1687,12 +1687,8 @@
4 } else if (revents & FDEVENT_ERR) {
5 log_error_write(srv, __FILE__, __LINE__, "s", "fcgi: err");
6 /* kill all connections to the fastcgi process */
7-
8+ connection_set_state(srv, con, CON_STATE_ERROR);
9 fcgi_connection_close(srv, hctx);
10-#if 1
11- log_error_write(srv, __FILE__, __LINE__, "s", "fcgi-FDEVENT_ERR");
12-#endif
13- return HANDLER_ERROR;
14 }
15
16 return HANDLER_FINISHED;
This page took 0.079457 seconds and 4 git commands to generate.