You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2009/01/09 20:50:36 UTC

svn commit: r733135 - /httpd/httpd/branches/2.2.x/STATUS

Author: covener
Date: Fri Jan  9 11:50:35 2009
New Revision: 733135

URL: http://svn.apache.org/viewvc?rev=733135&view=rev
Log:
add a revision for the other half of the interim responses on EBCDIC,
removing Jeff's vote

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=733135&r1=733134&r2=733135&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Fri Jan  9 11:50:35 2009
@@ -134,12 +134,14 @@
     +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