From: Victor J. Orlikowski Date: Fri, 5 Oct 2001 17:24:59 +0000 (+0000) Subject: Comment cleanup. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90a4e5ceafbb7ca2f18945a028f43e0f7de4998b;p=thirdparty%2Fapache%2Fhttpd.git Comment cleanup. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91316 13f79535-47bb-0310-9956-ffa450edef68 --- 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;