]> granicus.if.org Git - apache/commit
actually remove mod_reqtimeout, since the util_filter functions involved
authorEric Covener <covener@apache.org>
Sun, 13 Apr 2014 17:00:38 +0000 (17:00 +0000)
committerEric Covener <covener@apache.org>
Sun, 13 Apr 2014 17:00:38 +0000 (17:00 +0000)
commita8b534d41d0c4189b7bb951fff0bb996499acc1e
treec8b8b0823199daf566b71b06e360a8d8cc9ab03d
parent5ab33646af81d73d9ad20be734a90abd6399e631
actually remove mod_reqtimeout, since the util_filter functions involved
only manipulate c->input_filters no matter what we pass. We need to make
copies of c->input_filters after, not before, it skips over reqtimeout.

Note: reqtimeout doesn't really interfere today with normal operation,
but this is misleading/confusing when dealing with other
wstunnel issues.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1587040 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/mod_proxy_wstunnel.c