]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
clean up comment
authorChuck Murcko <chuck@apache.org>
Fri, 5 Oct 2001 17:46:39 +0000 (17:46 +0000)
committerChuck Murcko <chuck@apache.org>
Fri, 5 Oct 2001 17:46:39 +0000 (17:46 +0000)
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

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