From 90a4e5ceafbb7ca2f18945a028f43e0f7de4998b Mon Sep 17 00:00:00 2001 From: "Victor J. Orlikowski" Date: Fri, 5 Oct 2001 17:24:59 +0000 Subject: [PATCH] Comment cleanup. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91316 13f79535-47bb-0310-9956-ffa450edef68 --- src/modules/proxy/proxy_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/proxy/proxy_http.c b/src/modules/proxy/proxy_http.c index 112b9d7452a..8e6c68166e3 100644 --- a/src/modules/proxy/proxy_http.c +++ b/src/modules/proxy/proxy_http.c @@ -474,7 +474,7 @@ int ap_proxy_http_handler(request_rec *r, cache_req *c, char *url, 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 */ + * ensure timely delivery */ if (((pragma = ap_table_get(resp_hdrs, "Pragma")) != NULL && ap_proxy_liststr(pragma, "no-cache"))) { nocache = 1; -- 2.47.2