]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Comments
authorNick Kew <niq@apache.org>
Mon, 29 Oct 2007 13:18:41 +0000 (13:18 +0000)
committerNick Kew <niq@apache.org>
Mon, 29 Oct 2007 13:18:41 +0000 (13:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@589621 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index a9632c84a9c55ab3ea9b97aed611100cd2aff9c8..cdbb0a02a0fd2755dc854b82582e43af1a4655cf 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -169,6 +169,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.2.x patch: http://people.apache.org/~niq/42592.patch
      +1: niq, rpluem
      -1: jim: Comment is wrong if not bundled with "nocanon" option
+     niq: On the contrary, comment is accurate without the noncanon option.
+          The comment changes in r588791, precisely because "nocanon"
+          affects it.
 
    * core: backport ap_send_interim_response API
      http://svn.apache.org/viewvc?view=rev&revision=582630
@@ -182,6 +185,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
    * mod_proxy_http: Correctly forward unexpected interim (HTTP 1xx) responses
      PR 16518
      http://svn.apache.org/viewvc?view=rev&revision=582631
+     http://svn.apache.org/viewvc?view=rev&revision=588806
      +1: niq, rpluem
 
    * mod_proxy: add "nocanon" option to ProxyPass, to suppress
@@ -196,6 +200,10 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      +1: niq
      -1: jim: patch should be self-contained. If a mix and match of
               files, then please create a distinct 2.2 patch.
+     niq: we NEVER do that.  When did you incorporate the CHANGES
+          update in a separate 2.2 patch?  The complexity here is that
+          mod_proxy_http.c relies on 42592, and a separate fix to
+          that would invalidate the (very simple) patch to 42592.
 
 PATCHES/ISSUES THAT ARE STALLED