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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user