On Thu, Sep 24, 2015 at 11:55 AM, Yann Ylavic <[email protected]> wrote: > Yes, this is unrelated to the issue I guess (looks sensible, though). > What I think is destroying the EOR before the flush is the > first/leading remove_empty_buckets() in send_brigade_nonblocking(). > Looking if we can get rid of it...
I initially thought this as well, and it resembles something potentially fishy I thought I saw in mod_h2, but I convinced myself it's actually the EOR bucket being read/written in order (but our response bytes are still buffered in openssl) -- Eric Covener [email protected]
