]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Rename CacheMaxStreamingBuffer to MCacheMaxStreamingBuffer. Move
authorBill Stoddard <stoddard@apache.org>
Wed, 18 Dec 2002 15:07:21 +0000 (15:07 +0000)
committerBill Stoddard <stoddard@apache.org>
Wed, 18 Dec 2002 15:07:21 +0000 (15:07 +0000)
commit4dabc37236b2cb518b64818ea2d88ff65ad43772
tree9e3159c66370280d7482335adc6cfa2faa896a6f
parent15ebda236851a56236122975437c2f6f7ff74cd1
Rename CacheMaxStreamingBuffer to MCacheMaxStreamingBuffer. Move
implementation of MCacheMaxStreamingBuffer from mod_cache to
mod_mem_cache. MCacheMaxStreamingBuffer now defaults to the
lesser of 100,000 bytes or MCacheMaxCacheObjectSize. This should
eliminate the need for explicitly coding MCacheMaxStreamingBuffer
in most configurations. [Bill Stoddard]

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