1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

* Fix comment. No functional change.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@617653 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ruediger Pluem
2008-02-01 21:21:01 +00:00
parent a210a65426
commit 0eed857a74

View 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 * Restore Transfer-Encoding header from response if we saved
* one before and there is none left. We need it for the * 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")) { if (te && !apr_table_get(rp->headers_in, "Transfer-Encoding")) {
apr_table_add(rp->headers_in, "Transfer-Encoding", te); apr_table_add(rp->headers_in, "Transfer-Encoding", te);