From 318bc80f232fdead8e8285f4806977acbaa7ac4d Mon Sep 17 00:00:00 2001 From: Chuck Murcko Date: Fri, 5 Oct 2001 17:46:39 +0000 Subject: [PATCH] clean up comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91317 13f79535-47bb-0310-9956-ffa450edef68 --- src/modules/proxy/proxy_http.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/modules/proxy/proxy_http.c b/src/modules/proxy/proxy_http.c index 8e6c68166e3..8136d640a67 100644 --- a/src/modules/proxy/proxy_http.c +++ b/src/modules/proxy/proxy_http.c @@ -473,8 +473,10 @@ int ap_proxy_http_handler(request_rec *r, cache_req *c, char *url, if ((datestr = ap_table_get(resp_hdrs, "URI")) != NULL) ap_table_set(resp_hdrs, "URI", proxy_location_reverse_map(r, datestr)); - /* If "Pragma: no-cache" set nocache and make reply un-buffered to - * ensure timely delivery */ + /* + * If "Pragma: no-cache" set nocache and make reply un-buffered to + * ensure timely delivery + */ if (((pragma = ap_table_get(resp_hdrs, "Pragma")) != NULL && ap_proxy_liststr(pragma, "no-cache"))) { nocache = 1; -- 2.47.3