]> granicus.if.org Git - apache/commitdiff
* Fix comment. No functional change.
authorRuediger Pluem <rpluem@apache.org>
Fri, 1 Feb 2008 21:21:01 +0000 (21:21 +0000)
committerRuediger Pluem <rpluem@apache.org>
Fri, 1 Feb 2008 21:21:01 +0000 (21:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@617653 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_http.c

index f2a6cf6233cf3a10decc29c76e352bb3c3f10376..761cdf2f2e0842cdea5710aecf6b6b6811184442 100644 (file)
@@ -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);