From 1d3468055517125897f8b2dbd338ed569ba1c036 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Tue, 19 Mar 2013 16:56:41 +0000 Subject: [PATCH] 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 --- modules/filters/mod_reqtimeout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.40.0