]> granicus.if.org Git - apache/commit
ap_run_sub_req does not return apr_status, so we shouldn't be checking
authorBill Stoddard <stoddard@apache.org>
Thu, 28 Mar 2002 01:05:24 +0000 (01:05 +0000)
committerBill Stoddard <stoddard@apache.org>
Thu, 28 Mar 2002 01:05:24 +0000 (01:05 +0000)
commit527d4fc537c4a1063cd8ab74ea63a60d71de968b
tree66adc818b5279b5845798b0a8a26e1069f073125
parent249519625cd5c3c387f612aa07ffbddcbbb18e72
ap_run_sub_req does not return apr_status, so we shouldn't be checking
APR_STATUS_IS_EPIPE(). Also, remove the code that assumed the sub_req_lookup_uri
actually served up the content in the quick handler. We now call the quick_handler
in ap_run_sub_req()

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