]> granicus.if.org Git - apache/commitdiff
Add scoreboard fix proposal
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 27 Apr 2016 19:43:33 +0000 (19:43 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 27 Apr 2016 19:43:33 +0000 (19:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1741321 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 8d47cf06401b9ddc23f3321a040f2b5293495c35..2f4f073261a3eff6779f85cd4e325626d8aaa277 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -175,8 +175,15 @@ 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
 
   *) http: Don't remove the Content-Length of zero from a HEAD response if