]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose r1644031, comment on ScriptLog patch (r1626978).
authorJan Kaluža <jkaluza@apache.org>
Tue, 16 Dec 2014 08:19:26 +0000 (08:19 +0000)
committerJan Kaluža <jkaluza@apache.org>
Tue, 16 Dec 2014 08:19:26 +0000 (08:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1645877 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 08c5dc4ddf6de9e589b153880754603a6d95889f..36ddc4113537d2bb8697e42b225ac2499573ce16 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -192,13 +192,21 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
              The log_script_err() line may somewhere be expected in error_log.
              The new AH* in script_log could also cause parsing issues, but I'm
              fine with this personnaly.
+     jkaluza: It's long time I wrote it, but log_script_err calls
+              log_scripterror, which calls ap_log_rerror the same way as
+              original log_script_err did. Correct me, if I'm wrong, but that
+              should result in the log message being also in ErrorLog.
 
    * mod_proxy_fcgi: Ignore body data from backend for 304 responses. PR 57198.
      trunk patch: http://svn.apache.org/r1640495
+                  http://svn.apache.org/r1644031
      2.4.x patch: trunk works
-     +1 jkaluza, covener
+     +1 jkaluza
      ylavic: Shouldn't we handle more cases here to ignore the body?
              Please see my comment on dev@ as a reply to commit e-mail.
+     jkaluza: I've added also r1644031 as reaction to Yann's comment above.
+              Eric, I'm removing your +1, because it's based just on original
+              r1640495. See my reply on dev@ for more info.
 
    * mod_proxy: Add ap_proxy_define_match_worker() and use it for ProxyPassMatch
      and ProxyMatch section to distinguish between normal workers and workers