From: Chuck Murcko Date: Mon, 24 Sep 2001 22:35:37 +0000 (+0000) Subject: fix truncated line X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05441b307f5184c6c011e63f0f5303f783fdd3ca;p=thirdparty%2Fapache%2Fhttpd.git fix truncated line PR: 6055 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91135 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/modules/proxy/proxy_http.c b/src/modules/proxy/proxy_http.c index bc477c6bab2..fed6c42a488 100644 --- a/src/modules/proxy/proxy_http.c +++ b/src/modules/proxy/proxy_http.c @@ -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 {