]> granicus.if.org Git - apache/commit
print r->uri during failure
authorEric Covener <covener@apache.org>
Thu, 16 Mar 2017 18:41:59 +0000 (18:41 +0000)
committerEric Covener <covener@apache.org>
Thu, 16 Mar 2017 18:41:59 +0000 (18:41 +0000)
commitdcaae91adeba2d206983edf3183f95d3341e1cee
tree08f1a598a2ff44a98b96e5bd6f1d0c28dbe9c319
parent804c19c4f781604920123dd364a2ae8f6c7b3cba
print r->uri during failure

in a subrequest, r->the_request will be the one from r->main,
and it's not what we're checking above.

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