Commit 5d7dbb3e authored by Ruediger Pluem's avatar Ruediger Pluem
Browse files

* Promote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1742165 13f79535-47bb-0310-9956-ffa450edef68
parent a7d56116
Loading
Loading
Loading
Loading
+9 −10
Original line number Diff line number Diff line
@@ -114,6 +114,15 @@ RELEASE SHOWSTOPPERS:
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
  [ start all new proposals below, under PATCHES PROPOSED. ]

  *) Correct scoreboard behaviors in multiple MPMs and mod_http2 to avoid
     clobbering the most recent request line at unexpect times.  Corrects
     a notable regression in 2.4.20 and in some earlier edge cases.
     PR 59333
     See r1741310 for more precise patch details
     trunk patch: http://svn.apache.org/r1741310
                  http://svn.apache.org/r1741461
     2.4.x patch: https://raw.githubusercontent.com/wrowe/patches/master/backport-httpd-2.4-r1741310-1741461.patch
     +1: wrowe, ylavic, rpluem

PATCHES PROPOSED TO BACKPORT FROM TRUNK:
  [ New proposals should be added at the end of the list ]
@@ -175,16 +184,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: trunk works (modulo CHANGES)
     +1: ylavic

  *) Correct scoreboard behaviors in multiple MPMs and mod_http2 to avoid
     clobbering the most recent request line at unexpect times.  Corrects
     a notable regression in 2.4.20 and in some earlier edge cases.
     PR 59333
     See r1741310 for more precise patch details
     trunk patch: http://svn.apache.org/r1741310
                  http://svn.apache.org/r1741461
     2.4.x patch: https://raw.githubusercontent.com/wrowe/patches/master/backport-httpd-2.4-r1741310-1741461.patch
     +1: wrowe, ylavic, rpluem

   * Guard against premature invocation of ap_get_useragent_host()
     when the read_request hook has not satisfied r->useragent_addr;
     trunk patch: http://svn.apache.org/r1742135