From: Eric Covener Date: Fri, 9 Jan 2009 19:50:35 +0000 (+0000) Subject: add a revision for the other half of the interim responses on EBCDIC, X-Git-Tag: 2.2.12~278 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e55cb1dcad9ba5947a50dbdc9fe9d334c71fad91;p=thirdparty%2Fapache%2Fhttpd.git add a revision for the other half of the interim responses on EBCDIC, 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 --- diff --git a/STATUS b/STATUS index 615b582d9c4..28ef4911d26 100644 --- 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