]> granicus.if.org Git - apache/commitdiff
Propose another (small) scoreboard/mod_status fix.
authorRainer Jung <rjung@apache.org>
Sun, 8 May 2016 10:30:38 +0000 (10:30 +0000)
committerRainer Jung <rjung@apache.org>
Sun, 8 May 2016 10:30:38 +0000 (10:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1742794 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 0ea581789053748bde3bd193ef8e75033a29b0be..a96eabc1c3d90b1579f9d8c5d8b9cb1d2e8b0545 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -181,6 +181,20 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works
      +1: wrowe, rpluem
 
+   * Don't globber scoreboard request info if read_request_line() fails with
+     a timeout. In that case there's not yet any new useful request info
+     available.
+     Noticed via server-status showing request "NULL" after keep-alive
+     connections timed out.
+     No CHANGES entry needed, because there's already one for PR 59333.
+     Sorry for the two patches. The second is better. Both change the same
+     line, so technically only the second is needed, but merging both keeps
+     mergeinfo more complete.
+     trunk patch: http://svn.apache.org/r1742791
+                  http://svn.apache.org/r1742792
+     2.4.x patch: trunk works
+     +1: rjung
+
 PATCHES/ISSUES THAT ARE BEING WORKED
 
   *) http: Don't remove the Content-Length of zero from a HEAD response if