From: Ruediger Pluem Date: Fri, 1 Feb 2008 21:21:01 +0000 (+0000) Subject: * Fix comment. No functional change. X-Git-Tag: 2.3.0~1010 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0eed857a7485c43b67e5b1cfef3e8cc226d2ba81;p=thirdparty%2Fapache%2Fhttpd.git * Fix comment. No functional change. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@617653 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/mod_proxy_http.c b/modules/proxy/mod_proxy_http.c index f2a6cf6233c..761cdf2f2e0 100644 --- a/modules/proxy/mod_proxy_http.c +++ b/modules/proxy/mod_proxy_http.c @@ -1610,7 +1610,7 @@ apr_status_t ap_proxy_http_process_response(apr_pool_t * p, request_rec *r, /* * 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);