]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Comment cleanup.
authorVictor J. Orlikowski <orlikowski@apache.org>
Fri, 5 Oct 2001 17:24:59 +0000 (17:24 +0000)
committerVictor J. Orlikowski <orlikowski@apache.org>
Fri, 5 Oct 2001 17:24:59 +0000 (17:24 +0000)
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

index 112b9d7452acd8b48224c4a2625c4b1c80c4d64a..8e6c68166e3040a31934ab0c5abbe20b66ef9c5b 100644 (file)
@@ -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;