summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2018-02-16 14:50:34 +0000
committerYann Ylavic <ylavic@apache.org>2018-02-16 14:50:34 +0000
commit2d9b7d53edffc0a9b6b89a645062f189fa168539 (patch)
tree2381c11a43738e7fa2f4affe8af11875ce74ad83
parent813d1d322c734118797a4a9b05e8257a581b9fc5 (diff)
downloadhttpd-2d9b7d53edffc0a9b6b89a645062f189fa168539.tar.gz
Propose.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1824500 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS11
1 files changed, 11 insertions, 0 deletions
diff --git a/STATUS b/STATUS
index 50a1f9297a..d6f16c950d 100644
--- a/STATUS
+++ b/STATUS
@@ -161,6 +161,17 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
worker fdqueue.[ch] differ(ed) between 2.4.x and trunk. The patch
is provided only to help review.
+ *) mpm_event: Do lingering close in worker(s).
+ trunk patch: http://svn.apache.org/r1823047
+ http://svn.apache.org/r1824454
+ http://svn.apache.org/r1824463
+ http://svn.apache.org/r1824464
+ http://svn.apache.org/r1824497
+ 2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-event-lingering_close_in_worker.patch
+ (trunk works if mpm_queue above is merged first, otherwise
+ the mpm_queue can be synchronized after this merge...)
+ +1: ylavic,
+
*) mod_ssl: Introduce SSLPolicy/SSLPolicyDefine directives.
trunk patch: http://svn.apache.org/r1805182
http://svn.apache.org/r1805186