On Tue, Sep 27, 2005 at 11:52:16AM -0000, [EMAIL PROTECTED] wrote: > Author: colm > Date: Tue Sep 27 04:52:14 2005 > New Revision: 291914 > > URL: http://svn.apache.org/viewcvs?rev=291914&view=rev > Log: > 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.
gcc < 4 is giving a warning: request.c: In function `ap_sub_req_method_uri': request.c:1584: warning: 'res' might be used uninitialized in this function
