]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix truncated line
authorChuck Murcko <chuck@apache.org>
Mon, 24 Sep 2001 22:35:37 +0000 (22:35 +0000)
committerChuck Murcko <chuck@apache.org>
Mon, 24 Sep 2001 22:35:37 +0000 (22:35 +0000)
PR: 6055

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91135 13f79535-47bb-0310-9956-ffa450edef68

src/modules/proxy/proxy_http.c

index bc477c6bab276b890b6f9c6cdeacd99be50320e4..fed6c42a488ff9af2595070f3866978cd561f7c9 100644 (file)
@@ -440,7 +440,7 @@ int ap_proxy_http_handler(request_rec *r, cache_req *c, char *url,
        }
 
        clear_connection(p, resp_hdrs); /* Strip Connection hdrs */
-        /* Now add out bound headers set by other modules
+        /* Now add out bound headers set by other modules */
         resp_hdrs = ap_overlay_tables(r->pool, r->err_headers_out, resp_hdrs);
     }
     else {