Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 77837 invoked from network); 1 Feb 2008 21:21:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Feb 2008 21:21:27 -0000 Received: (qmail 37589 invoked by uid 500); 1 Feb 2008 21:21:18 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 37541 invoked by uid 500); 1 Feb 2008 21:21:18 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 37530 invoked by uid 99); 1 Feb 2008 21:21:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2008 13:21:18 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2008 21:20:59 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id DE7C61A9832; Fri, 1 Feb 2008 13:21:05 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r617653 - /httpd/httpd/trunk/modules/proxy/mod_proxy_http.c Date: Fri, 01 Feb 2008 21:21:03 -0000 To: cvs@httpd.apache.org From: rpluem@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080201212105.DE7C61A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rpluem Date: Fri Feb 1 13:21:01 2008 New Revision: 617653 URL: http://svn.apache.org/viewvc?rev=617653&view=rev Log: * Fix comment. No functional change. Modified: httpd/httpd/trunk/modules/proxy/mod_proxy_http.c Modified: httpd/httpd/trunk/modules/proxy/mod_proxy_http.c URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/mod_proxy_http.c?rev=617653&r1=617652&r2=617653&view=diff ============================================================================== --- httpd/httpd/trunk/modules/proxy/mod_proxy_http.c (original) +++ httpd/httpd/trunk/modules/proxy/mod_proxy_http.c Fri Feb 1 13:21:01 2008 @@ -1610,7 +1610,7 @@ /* * Restore Transfer-Encoding header from response if we saved * one before and there is none left. We need it for the - * ap_http_filter. See below. + * ap_http_filter. See above. */ if (te && !apr_table_get(rp->headers_in, "Transfer-Encoding")) { apr_table_add(rp->headers_in, "Transfer-Encoding", te);