On Thu, Sep 24, 2015 at 5:06 PM, Eric Covener <[email protected]> wrote: > On Thu, Sep 24, 2015 at 11:00 AM, Eric Covener <[email protected]> wrote: >> I am seeing that small responses over SSL get logged before they're >> flushed, couldn't this flushing be done when we see the EOR bucket in >> the SSL output filter (which will cause log_transaction to run)? > > > Or maybe when the EOR is added, slip a flush bucket in front of it?
Wouldn't disable pipelining (and EOR purpose)? It seems that the culprit is rather bio_filter_out_flush() called from bio_filter_in_read()... Regards, Yann.
