From: Jim Jagielski Date: Tue, 19 Mar 2013 16:56:41 +0000 (+0000) Subject: temp work-around... better ways to do this, but X-Git-Tag: 2.5.0-alpha~5652 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d3468055517125897f8b2dbd338ed569ba1c036;p=apache temp work-around... better ways to do this, but let's use the websocket tunnel feedback to determine what we need. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1458407 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/filters/mod_reqtimeout.c b/modules/filters/mod_reqtimeout.c index 54e1984c09..717d16c1a7 100644 --- a/modules/filters/mod_reqtimeout.c +++ b/modules/filters/mod_reqtimeout.c @@ -179,7 +179,7 @@ static apr_status_t reqtimeout_filter(ap_filter_t *f, /* connections can bypass the filter even if configured */ if (apr_table_get(f->c->notes, "bypass-reqtimeout")) { - return APR_SUCCESS; + return ap_get_brigade(f->next, bb, mode, block, readbytes); } if (ccfg->in_keep_alive) {