On Fri, 23 Nov 2001, Justin Erenkrantz wrote:
 
> My only question is whether we could end up reading from the bucket 
> (i.e. calling bucket_read) if we decide to "setaside" the bucket - this 
> should be possible now with Ryan's latest patches to core_output_filter.
> So, might we have to implement bucket_read?  -- justin

the buckets created by bucket_write() are all standard apr buckets, so
that's no problem.
bucket_read() would only be called if somebody called BIO_read() on
SSLFilterRec->pbioWrite, which never happens.


Reply via email to