]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
When caching file handles (vs. mmaps) reset the file pointer
authorJeff Trawick <trawick@apache.org>
Wed, 8 Nov 2000 23:07:32 +0000 (23:07 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 8 Nov 2000 23:07:32 +0000 (23:07 +0000)
commit8662bacbc434ae5ced7fb94519f01557ec6bfe52
tree7dd853512402b74dee6bcd4938e594acf785b799
parent54c9571a427c3445ae8617ff5789916e086a8f09
When caching file handles (vs. mmaps) reset the file pointer
before serving, since a filter may have caused the file pointer
to advance.

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