From 0eed857a7485c43b67e5b1cfef3e8cc226d2ba81 Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Fri, 1 Feb 2008 21:21:01 +0000 Subject: [PATCH] * Fix comment. No functional change. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@617653 13f79535-47bb-0310-9956-ffa450edef68 --- modules/proxy/mod_proxy_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/proxy/mod_proxy_http.c b/modules/proxy/mod_proxy_http.c index f2a6cf6233..761cdf2f2e 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); -- 2.50.1