> + if (apr_table_get(f->c->notes, "check-pipeline")) {
> /* The source of these above us in the core is check_pipeline(),
> which
> * is between requests but before this filter knows to reset
> timeouts
> - * during log_transaction(). If they appear elsewhere, just don't
> - * check or extend the time since they won't block and we'll see the
> - * bytes again later
> + * during log_transaction().
> */
> return ap_get_brigade(f->next, bb, mode, block, readbytes);
I had a similar thought, will let it stew over the weekend.