[pkg-lighttpd] Bug#381455: lighttpd + mod_ssl stalls on POST requests between 8317 and 16381 bytes long

RISKO Gergely risko at debian.org
Fri Aug 4 15:08:17 UTC 2006


Package: lighttpd
Severity: important
Tags: patch

see: http://trac.lighttpd.net/trac/ticket/607

probably will be fixed in 1.5.0, but if there will be 1.4.11-8, please include this!

tested the patch, it worked:
--- lighttpd-1.4.11/src/connections.c	2006-03-05 15:14:53.000000000 -0500
+++ lighttpd-1.4.11.bak/src/connections.c	2006-07-06 21:12:25.000000000 -0400
@@ -1567,6 +1574,7 @@
 			}
 			
 			connection_handle_read_state(srv, con);
+			if (con->is_readable) joblist_append(srv, con);
 			break;
 		case CON_STATE_WRITE:
 			if (srv->srvconf.log_state_handling) {

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-ck1
Locale: LANG=C, LC_CTYPE=hu_HU (charmap=ISO-8859-2)




More information about the pkg-lighttpd-maintainers mailing list