mod_proxy + mod_cache problem, loosing EOS bucket

2002-09-23 Thread Matthieu Estrade
Hi, i'am working on mod_cache and mod_mem_cache + mod_proxy i found a problem with EOS Bucket. mod_cache is inserting his cache_in filter in output_filter when he wants to insert data in the cache. when mod_cache is used with mod_proxy, the cache_in filter is called after mod_proxy call

Re: mod_proxy + mod_cache problem, loosing EOS bucket

2002-09-23 Thread Matthieu Estrade
Hi again, the problem seems to be in the proxy. When proxy read the data and pass it to output filter, it do: while (ap_get_brigade){ ap_pass_brigade(output_filter) } si if the data aren't read by only one brigade, the mod_cache can't work. because it will try to cache only the first