]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Notes/votes. [skip ci]
authorJoe Orton <jorton@apache.org>
Fri, 17 Jan 2020 11:20:23 +0000 (11:20 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 17 Jan 2020 11:20:23 +0000 (11:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1872913 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index dc956145fed7f89f59cd1c398137b466d0c85195..f3cc76e88cfa9cd8f72d5d811cbbb23f1518fbbc 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -284,7 +284,11 @@ PATCHES/ISSUES THAT ARE BEING WORKED
      sections of STATUS (stalled or being worked).
      The code has been tested with a simple PHP script returning different Last-Modified
      headers (GMT now, GMT now Europe/Paris, GMT tomorrow, GMT yesterday, PST now).
-     +1: elukey
+     +1: elukey, jorton
+     jorton: +1 though I'd say log at WARN or INFO for the APR_BAD_DATE case
+             rather than "silently" (at normal log-level) dropping the parsed header?
+             [also nit: wrapping a lone ap_log_rerror(,APLOG_X) call in
+             if (APLOGrX(..) is unnecessary/redundant]
 
   *) http: Don't remove the Content-Length of zero from a HEAD response if
      it comes from an origin server, module or script. Allow the previous
@@ -293,7 +297,7 @@ PATCHES/ISSUES THAT ARE BEING WORKED
      comes for free with the same commit).
      trunk patch: http://svn.apache.org/r1554303
                   http://svn.apache.org/r1678215
-     2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-preserve_head_cl_zero.patch
+     2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-preserve_head_cl_zero.patch <--- this is 404
      +1: ylavic, jim
      ylavic: r1554303 issued a major MMN bump, but since the ABI change is two
              ints added at the end of core_server_config, the proposed merge