On Wed, Nov 17, 2021 at 2:28 PM Mladen Turk <[email protected]> wrote: > > Attached a patch that fixes those huge writes to drain pipe
Thanks, looks good to me. I've also reverted r1894914 because the new synchronization with atomics requires that we always block when reading the pipe now. apr_poll_drain_wakeup_pipe() should consume each byte sent on the pipe corresponding to a wakeup_set flip. Regards; Yann.
