]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- fix for the read-post+timeout bug and the last crash for fastcgi at FDEVENT_ERR...
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 14 Jan 2005 11:03:27 +0000 (11:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd-readpost-timeout.patch -> 1.1

lighttpd-readpost-timeout.patch [new file with mode: 0644]

diff --git a/lighttpd-readpost-timeout.patch b/lighttpd-readpost-timeout.patch
new file mode 100644 (file)
index 0000000..5c39dc7
--- /dev/null
@@ -0,0 +1,12 @@
+--- lighttpd-1.3.7/src/server.c~       2004-12-04 17:46:35.000000000 +0200
++++ lighttpd-1.3.7/src/server.c        2005-01-14 12:57:50.000000000 +0200
+@@ -795,7 +795,8 @@
+                                       
+                                       con = conns->ptr[ndx];
+                                               
+-                                      if (con->state == CON_STATE_READ) {
++                                      if (con->state == CON_STATE_READ || con->state == CON_STATE_READ_POST) {
++
+                                               if (con->request_count == 1) {
+                                                       if (srv->cur_ts - con->read_idle_ts > con->conf.max_read_idle) {
+                                                               /* time - out */
This page took 0.036991 seconds and 4 git commands to generate.