From apache-cvs-return-6451-apmail-apache-cvs-archive=apache.org@apache.org Wed Jun 13 17:58:51 2001 Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 6467 invoked by uid 500); 13 Jun 2001 17:58:47 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 6449 invoked by uid 500); 13 Jun 2001 17:58:45 -0000 Delivered-To: apmail-httpd-proxy-cvs@apache.org Date: 13 Jun 2001 17:58:45 -0000 Message-ID: <20010613175845.6382.qmail@apache.org> From: chuck@apache.org To: httpd-proxy-cvs@apache.org Subject: cvs commit: httpd-proxy/module-1.0 proxy_util.c chuck 01/06/13 10:58:45 Modified: . STATUS module-1.0 proxy_util.c Log: cleaned up Revision Changes Path 1.19 +6 -5 httpd-proxy/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/httpd-proxy/STATUS,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- STATUS 2001/06/13 08:33:40 1.18 +++ STATUS 2001/06/13 17:58:43 1.19 @@ -1,5 +1,5 @@ HTTPD PROXY STATUS: -Last modified at [$Date: 2001/06/13 08:33:40 $] +Last modified at [$Date: 2001/06/13 17:58:43 $] Release: @@ -54,16 +54,17 @@ * Ronald Tschaler's patch to mod_proxy to allow other modules to set headers too (needed by mod_auth_digest) Message-ID: <199907080712.JAA28269@chill.innovation.ch> - Status: + Status: TBD * announce to current-testers@ to get some looking at * possibly to fold this into a later release (1.3.20++?) currently being maintained as a separate code base + patch * Bill Rowe's suggested fix for Win32 - done * Kwindla Kramer's patches for downstream cache control - Message-ID: <019801c0dca9$9e80aa70$448553d8@nisbic.com> + Message-ID: <15089.34684.423523.700807@khk.allafrica.com> + Status: under consideration * Luis Londono's mod_ssl post patch to fix up after mod_ssl installed - Message-ID: - This needs to go to Ralf + Message-ID: <019801c0dca9$9e80aa70$448553d8@nisbic.com> + Status: this needs to go to the mod_ssl guys 2.0 1.4 +1 -0 httpd-proxy/module-1.0/proxy_util.c Index: proxy_util.c =================================================================== RCS file: /home/cvs/httpd-proxy/module-1.0/proxy_util.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- proxy_util.c 2001/06/08 08:53:29 1.3 +++ proxy_util.c 2001/06/13 17:58:44 1.4 @@ -1314,6 +1314,7 @@ if (key == NULL || value == NULL || value[0] == '\0') return 1; + ap_table_add(c->hdrs, key, value); if (c->fp != NULL && ap_bvputs(c->fp, key, ": ", value, CRLF, NULL) == -1) { ap_log_rerror(APLOG_MARK, APLOG_ERR, c->req,