]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
comment mod_systemd
authorStefan Fritsch <sf@apache.org>
Mon, 29 Feb 2016 20:07:12 +0000 (20:07 +0000)
committerStefan Fritsch <sf@apache.org>
Mon, 29 Feb 2016 20:07:12 +0000 (20:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1732940 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index a470d6818b155b1d316dd88f5e311ff0790de4ac..cf77134140383984a45716eded74b2976d28f883 100644 (file)
--- 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