]> granicus.if.org Git - apache/commitdiff
temp work-around... better ways to do this, but
authorJim Jagielski <jim@apache.org>
Tue, 19 Mar 2013 16:56:41 +0000 (16:56 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 19 Mar 2013 16:56:41 +0000 (16:56 +0000)
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

index 54e1984c096d968dcac9920ca40c137bf97c6da3..717d16c1a79a76b10a2c456cd54942c1f838a399 100644 (file)
@@ -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) {