On Wed, 8 Aug 2001, Ryan Bloom wrote:

> 
> I have debugged and fixed the problem, committing in 1 or 2 minutes.  The
> problem is that we were getting APR_EAGAIN from apr_brigade_partition,
> and we weren't setting the after_point parameter correctly in those situations.
> 
> I have just changed the error case of apr_brigade_partition, so that the
> after_point parameter is always set, even if we weren't able to partition the
> brigade at the exact spot that we were asked for.  Basically, apr_brigade_partition
> now goes as far as it can, and when it can't partition anymore, it returns

the segv is gone, but now ap_get_client_block doesn't get any
data.  like before, post with netscape is fine, the problem happens with
lwp or telnet.

Reply via email to