]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
add a revision for the other half of the interim responses on EBCDIC,
authorEric Covener <covener@apache.org>
Fri, 9 Jan 2009 19:50:35 +0000 (19:50 +0000)
committerEric Covener <covener@apache.org>
Fri, 9 Jan 2009 19:50:35 +0000 (19:50 +0000)
removing Jeff's vote

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

STATUS

diff --git a/STATUS b/STATUS
index 615b582d9c4d4e615780299a77dbf24c495a708d..28ef4911d2676ccbdfca1724aef213a1d3a7e0f8 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -134,12 +134,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     +1 covener
 
   * core: Translate locally generated "100-Continue" messages to ASCII
-    on EBCDIC systems
+    on EBCDIC systems, and translate the status_line on the way out of
+    ap_send_interim_response().
       trunk:
         http://svn.apache.org/viewvc?rev=732832&view=rev
+        http://svn.apache.org/viewvc?rev=733134&view=rev
       2.2.x:
         trunk works
-    +1 covener, trawick
+    +1 covener
 
  * mod_authnz_ldap: Reduce number of initialization debug messages and make
    information more clear. PR 46342