summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2017-12-16 19:22:54 +0000
committerEric Covener <covener@apache.org>2017-12-16 19:22:54 +0000
commit5a6d0df10e1546bcaf613fe7d81c80e5039e1da9 (patch)
treee0df1daa05cc944bceae1148ead26e29336f088d
parentf6196cf6ec8df68e5fc89d40b6c73d0855fe1682 (diff)
downloadhttpd-5a6d0df10e1546bcaf613fe7d81c80e5039e1da9.tar.gz
systemd stalled too
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1818447 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS34
1 files changed, 16 insertions, 18 deletions
diff --git a/STATUS b/STATUS
index 79777e9c1c..846fc93c16 100644
--- a/STATUS
+++ b/STATUS
@@ -399,23 +399,6 @@ PATCHES/ISSUES THAT ARE STALLED
really cover a very narrow set of parameters with the way it skips over backreferences?
Also, why a new API vs. just setting the field inline?
- * mod_systemd: New module, for integration with systemd on Linux.
- trunk patch: http://svn.apache.org/r1393976
- http://svn.apache.org/r1393997
- http://svn.apache.org/r1484554
- http://svn.apache.org/r1528032
- http://svn.apache.org/r1528034
- http://svn.apache.org/r1614821
- http://svn.apache.org/r1618579
- 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.
-
* core: Add support for systemd socket activation.
trunk patch: http://svn.apache.org/r1511033
http://svn.apache.org/r1608686
@@ -509,4 +492,19 @@ PATCHES/ISSUES THAT ARE STALLED
Note that r1812339 could be backported in any case, even if
the above configure.in proposal does not get accepted.
-
+ * mod_systemd: New module, for integration with systemd on Linux.
+ trunk patch: http://svn.apache.org/r1393976
+ http://svn.apache.org/r1393997
+ http://svn.apache.org/r1484554
+ http://svn.apache.org/r1528032
+ http://svn.apache.org/r1528034
+ http://svn.apache.org/r1614821
+ http://svn.apache.org/r1618579
+ 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.