Commit 9b3ae161 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

Add scoreboard fix proposal

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1741321 13f79535-47bb-0310-9956-ffa450edef68
parent 4847d471
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -175,7 +175,14 @@ 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
     2.4.x patch: https://raw.githubusercontent.com/wrowe/patches/master/backport-httpd-2.4-r1741310.patch
     +1: wrowe

PATCHES/ISSUES THAT ARE BEING WORKED