]> granicus.if.org Git - apache/commit
Fix breakage in mod_mem_cache caused by the EnableSendFile patch. Specifically,
authorBill Stoddard <stoddard@apache.org>
Sat, 19 Oct 2002 18:24:40 +0000 (18:24 +0000)
committerBill Stoddard <stoddard@apache.org>
Sat, 19 Oct 2002 18:24:40 +0000 (18:24 +0000)
commit3078a8f48ba4775f535f22112da213a36696d27d
tree8e82310ec894ffd3fae4c48c0fbd0ea120c3fad5
parent0a1d7a3ecf08ebbed6f4f829c23e834574484551
Fix breakage in mod_mem_cache caused by the EnableSendFile patch. Specifically,
we need to save the file open flags from the file opened by the default handler.
Retrive those flags when building the apr_file_t on a cache hit.

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