]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge backport proposals and roll all-in-one 2.2.x patch
authorNick Kew <niq@apache.org>
Thu, 29 Nov 2007 14:36:43 +0000 (14:36 +0000)
committerNick Kew <niq@apache.org>
Thu, 29 Nov 2007 14:36:43 +0000 (14:36 +0000)
as suggested by jim and rpluem

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@599457 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index ad4e6bccae722c31858cac42b7e28aa31910a27f..d8e7b2d8c878e50cc6a82fb2a746817c96c426f2 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -138,27 +138,23 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      they close stdout/stderr first and dup a then closed fd in stdout/stderr,
      leaving us without stdout/stderr in the child.
 
-   * core: backport ap_send_interim_response API
-     http://svn.apache.org/viewvc?view=rev&revision=582630
-     http://svn.apache.org/viewvc?view=rev&revision=582652
-     http://svn.apache.org/viewvc?view=rev&revision=588806
+   * mod_proxy_http: Correctly forward unexpected interim (HTTP 1xx) responses
+     incorporating ap_send_interim_response core API
+     PR 16518
+     trunk:
+       http://svn.apache.org/viewvc?view=rev&revision=582630
+       http://svn.apache.org/viewvc?view=rev&revision=582652
+       http://svn.apache.org/viewvc?view=rev&revision=582631
+       http://svn.apache.org/viewvc?view=rev&revision=588806
      +1: niq
-     niq says: It has been suggested the function should move to http_filters.
-               I'm OK with that if others feel happier that way.  The function
-               declaration presumably remains in http_protocol.h, so no API
-               change.
+     2.2.x:
+       http://people.apache.org/~niq/16508.patch
      rpluem says: Please merge this proposal with the one for PR 16518
                   below as both contain the same revision to backport (r588806)
                   and this backport here has conflicts because it misses
                   r582631. BTW I am +1 on a backport that contains all revisons
                   (582630, 582652, 582631, 588806).
-
-   * 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
-     -0: jim (how is this related to ap_send_interim_response above?)
+     niq says: done
 
    * server/protocol.c: Prevent 1-byte overflow on 8192 boundary in
      ap_vrprintf(). PR 43310