Brian Pane wrote:
> How does this patch look? It does the check only on bucket
> boundaries, and it pushes out the buffered content if either:
> * the amount of buffered content is too large, or
> * the apr_bucket_read would block.
>
> If this technique looks sound, I can create another patch that
> does the same thing for find_end_sequence.
>
I have some concerns about the way this is implemented. It doesn't
look like it correctly keeps the context information when splitting
the brigade. But the basic idea looks good.
I am looking at the code more carefully and will post another note
or an updated patch soon.
Paul J. Reder