]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Only close hdrs.fd when returning non-OK from cache_select(),
authorEric Covener <covener@apache.org>
Wed, 4 Dec 2013 17:09:42 +0000 (17:09 +0000)
committerEric Covener <covener@apache.org>
Wed, 4 Dec 2013 17:09:42 +0000 (17:09 +0000)
commitd40eaa2b65f423ec56d95b8a824478000e0da9cb
tree26474adaafa430f5dc8678e67da3550eacfa33ac
parentf496d571a3e7f9076f16b7f24c2ebdf6178a723e
Only close hdrs.fd when returning non-OK from cache_select(),
because it will be read from in the very next mod_cache callback
recall_headers().  Problem masked on unix by buffering.

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