]> granicus.if.org Git - apache/commit
When doing a subrequest lookup, do not lookup using the quickhandler if
authorColm MacCarthaigh <colm@apache.org>
Tue, 27 Sep 2005 11:52:14 +0000 (11:52 +0000)
committerColm MacCarthaigh <colm@apache.org>
Tue, 27 Sep 2005 11:52:14 +0000 (11:52 +0000)
commitf2bcdddae08ca32c79f502d40ef87ed07e5e81ae
tree329a4beece8f8ec3ffeb1127c31f8607341cc984
parent86751a71e47502c39965333fb94fdc48cd9a4d62
When doing a subrequest lookup, do not lookup using the quickhandler if
next_filter is NULL, since this implies that the subrequest will be
internal_fast_redirect'ed or will never be called. See line request.c:1513
onwards (in make_sub_request) also.

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