]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix the return values on mod_cache_socache's store_headers() implementation
authorGraham Leggett <minfrin@apache.org>
Fri, 28 Sep 2012 11:05:55 +0000 (11:05 +0000)
committerGraham Leggett <minfrin@apache.org>
Fri, 28 Sep 2012 11:05:55 +0000 (11:05 +0000)
commitb27e589a7dc15575c3550440cc51b345e382d5f9
tree16fc66a4fb376d17afe42ce7291083410ad5c53e
parent95c7f4ccf76a6305322c02d6fccc682f43426441
Fix the return values on mod_cache_socache's store_headers() implementation
to return APR errors codes and not DECLINED. We are committed to using this
implementation by this point, and any error should force us to stand down.
Submitted by: trawick
Reviewed by: minfrin

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