Commit 11a552de authored by Yann Ylavic's avatar Yann Ylavic
Browse files

Propose mod_reqtimeout fixups.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1689333 13f79535-47bb-0310-9956-ffa450edef68
parent 7345d294
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -233,6 +233,16 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: trunk works (modulo CHANGES)
     +1: jailletc36, ylavic

  *) mod_reqtimeout: Don't let pipelining checks and keep-alive times interfere
     with the timeouts computed for subsequent requests.  PR 56729.
     trunk patch: http://svn.apache.org/r1621453
                  http://svn.apache.org/r1641376
                  http://svn.apache.org/r1689325
     2.4.x patch: trunk works (modulo CHANGES)
                  (http://people.apache.org/~ylavic/httpd-2.4.x-reqtimeout_pre_read_request.patch
                   for global review)
     +1: ylavic


PATCHES/ISSUES THAT ARE BEING WORKED