On Tue, 1 Oct 2002, Paul J. Reder wrote:

> I've been working on the caching code and ran across a core dump...
> 
> A particular file contains an SSI call to a cgi. The cgi causes a pipe
> bucket to pass down the chain. cache_in_filter tries to save the bucket
> away and core dumps.
> 
> Since a pipe bucket can be of any length, and could take any amount of
> time to complete, I would assume that the cache code should decide not
> to cache any response with a pipe bucket, correct?

Not necessarily.  The cache code should stream the data to the cache, and
allow the data to also stream to the core_output_filter.

Ryan

_______________________________________________________________________________
Ryan Bloom                              [EMAIL PROTECTED]
550 Jean St
Oakland CA 94610
-------------------------------------------------------------------------------

Reply via email to