On Fri, Sep 25, 2015 at 1:00 AM, Yann Ylavic <[email protected]> wrote: > On Fri, Sep 25, 2015 at 12:22 AM, Eric Covener <[email protected]> wrote: >> >> two logs (http/https) sorted to top of autoindex here: >> http://people.apache.org/~covener/ > > Looks like mod_ssl should also forward EOR buckets. > > Does this work: > Index: modules/ssl/ssl_engine_io.c > =================================================================== > --- modules/ssl/ssl_engine_io.c (revision 1705160) > +++ modules/ssl/ssl_engine_io.c (working copy) > @@ -1707,12 +1707,12 @@ static apr_status_t ssl_io_filter_output(ap_filter
I committed this one in r1705194, and also the one preventing the FLUSH for non-blocking bio_filter_in_read() in r1705236. You may not want to apply the latter, for your testing path to be consistent with what you had so far...
