]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-fcgi-fdevent.patch
- spawn-php.sh moved to spawn-fcgi package
[packages/lighttpd.git] / lighttpd-fcgi-fdevent.patch
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.035332 seconds and 3 git commands to generate.