summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2015-11-02 08:23:54 +0000
committerYann Ylavic <ylavic@apache.org>2015-11-02 08:23:54 +0000
commitf5a8a607a90e0321aca44d8822c1f3b79b3e0909 (patch)
treeff4207edacffac1e8e50600a9dea96773b8a9739
parent77eb69ba67797f746b51cb13f4c3aa5427f706cc (diff)
downloadhttpd-f5a8a607a90e0321aca44d8822c1f3b79b3e0909.tar.gz
Propose.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1711905 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS10
1 files changed, 10 insertions, 0 deletions
diff --git a/STATUS b/STATUS
index 6b8b678966..48f5e510b8 100644
--- a/STATUS
+++ b/STATUS
@@ -176,6 +176,16 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
2.4.x patch: trunk works (modulo CHANGES)
+1: ylavic
+ *) core: Limit to ten the number of tolerated empty lines between request,
+ and consume them before the pipelining check to avoid possible response
+ delay when reading the next request without flushing.
+ trunk patch: http://svn.apache.org/r1710095
+ http://svn.apache.org/r1710105
+ http://svn.apache.org/r1711902
+ 2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-check_pipeline_blank_lines.patch
+ (trunk works, meant to ease review)
+ +1: ylavic
+
PATCHES/ISSUES THAT ARE BEING WORKED