From: Joe Orton Date: Fri, 17 Jan 2020 11:20:23 +0000 (+0000) Subject: Notes/votes. [skip ci] X-Git-Tag: 2.4.42~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3846bc213123f568465c19b662de75bde3b59354;p=thirdparty%2Fapache%2Fhttpd.git Notes/votes. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1872913 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index dc956145fed..f3cc76e88cf 100644 --- 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