Cleaning up an mmap bucket no longer deletes the mmap.  An
mmap can be used across multiple buckets (default_handler with
byte ranges, mod_file_cache, mod_mmap_static), so cleanup of
the mmap itself can't be associated with the bucket.

Prior to this change, mod_file_cache could properly serve a
mmap-ed file only once because the mmap was deleted by
mmap_destroy() when the mmap bucket went away.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/trunk@57885 13f79535-47bb-0310-9956-ffa450edef68
3 files changed
tree: c288af32933ceb9b0fff798cd724c7edb1ecd534
  1. buckets/
  2. crypto/
  3. encoding/
  4. hooks/
  5. include/
  6. src/
  7. xml/