]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- another fix by weigon
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 14 Jan 2005 12:04:54 +0000 (12:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd-fcgi-fdevent.patch -> 1.1

lighttpd-fcgi-fdevent.patch [new file with mode: 0644]

diff --git a/lighttpd-fcgi-fdevent.patch b/lighttpd-fcgi-fdevent.patch
new file mode 100644 (file)
index 0000000..fab4c27
--- /dev/null
@@ -0,0 +1,16 @@
+--- lighttpd-1.3.7/src/fcgi.c  2005-01-14 14:01:16.000000000 +0200
++++ lighttpd-1.3.7.fixed/src/fcgi.c    2005-01-14 13:59:17.000000000 +0200
+@@ -1687,12 +1687,8 @@
+       } else if (revents & FDEVENT_ERR) {
+               log_error_write(srv, __FILE__, __LINE__, "s", "fcgi: err");
+               /* kill all connections to the fastcgi process */
+-              
++              connection_set_state(srv, con, CON_STATE_ERROR);
+               fcgi_connection_close(srv, hctx);
+-#if 1
+-              log_error_write(srv, __FILE__, __LINE__, "s", "fcgi-FDEVENT_ERR");
+-#endif                        
+-              return HANDLER_ERROR;
+       }
+       
+       return HANDLER_FINISHED;
This page took 0.123343 seconds and 4 git commands to generate.