From: Stefan Fritsch Date: Mon, 29 Feb 2016 20:07:12 +0000 (+0000) Subject: comment mod_systemd X-Git-Tag: 2.4.19~148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e037a94ea52b4fd04051ef5719feb450b421148b;p=thirdparty%2Fapache%2Fhttpd.git comment mod_systemd git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1732940 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index a470d6818b1..cf771341403 100644 --- a/STATUS +++ b/STATUS @@ -285,6 +285,11 @@ PATCHES/ISSUES THAT ARE STALLED http://svn.apache.org/r1618588 2.4.x patch: http://people.apache.org/~jkaluza/patches/mod_systemd/httpd-2.4.x-mod_systemd.patch +1: jkaluza + sf comments: The IdleShutdown logic seems broken. Consider a single + active connection that is stalled for 10 seconds. That + connection will be broken after GracefulShutdownTimeout. + A better logic would be to check if there is any open + connection that is not in keep-alive state. * mod_journald: Add new module mod_journald to log error logs into journald. This patch needs changes done in mod_systemd patch (already