On 06 Mar 2020, at 10:30, Ruediger Pluem <rpl...@apache.org> wrote:

> Anyone found time to check
> 
> https://github.com/apache/httpd/pull/88
> 
> regarding the async filter bug?

Do these PRs come through on a mailing list anywhere? If there is no 
notification, they’ll never get seen.

I immediately trip over "Ensure that we always pass on all we have” - that’s 
the exact opposite of what we’re trying to do.

All the async filter stuff is, is generalising the algorithm that has long 
existing in the core network filter, allowing any filter to take advantage of 
the same pattern.

As soon as we try “pass all we have”, that would break the event MPM, which 
relies on small writes in turn to work.

Can you explain the problem you’re trying to solve?

Regards,
Graham
—

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to