]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Ensure that net_time filter isn't added on subreqs - we assume that it is
authorJustin Erenkrantz <jerenkrantz@apache.org>
Mon, 4 Mar 2002 09:20:03 +0000 (09:20 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Mon, 4 Mar 2002 09:20:03 +0000 (09:20 +0000)
commitd3c07a160ba4f6a560f31bf8cdc0cd0aa39cd908
treeda8630a5e54dbf648372407c1caec180f3bc819a
parentc8965c1e94b9cf19972f133d04a4258f41267add
Ensure that net_time filter isn't added on subreqs - we assume that it is
added on !r->main requests.  This led to infinite loop/SEGV when dealing
with anything that created a subreq.

(I don't think core_create_req is a good place for adding this filter.)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93694 13f79535-47bb-0310-9956-ffa450edef68
server/core.c