]> granicus.if.org Git - apache/commit
It's better to dup the apr_mmap_t when we first create it. The result
authorCliff Woolley <jwoolley@apache.org>
Thu, 22 Nov 2001 22:44:30 +0000 (22:44 +0000)
committerCliff Woolley <jwoolley@apache.org>
Thu, 22 Nov 2001 22:44:30 +0000 (22:44 +0000)
commit2cb065d1cfe58e34110f4e41b1b36c9f877cf728
tree486fb19d89d66cf883417bc58d1afd744000ae05
parent077ac3eb39eecdfcae6f3546852214b2b9ca6e21
It's better to dup the apr_mmap_t when we first create it.  The result
is the same, and it saves us a call to apr_mmap_dup() per request.

Reviewed by: Brian Pane (concept)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92139 13f79535-47bb-0310-9956-ffa450edef68
modules/cache/mod_file_cache.c