]> granicus.if.org Git - apache/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)
commit6f176c2b9a9d1a73a746ee7bfe5d70a9d5be02b9
treeda8630a5e54dbf648372407c1caec180f3bc819a
parent6cbb0419133f345370c7615f65aa8cad3725191d
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