]> granicus.if.org Git - apache/commit
Morph DONE result from a sub-request handler to OK as DONE is only relevant
authorJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 5 Sep 2002 06:59:14 +0000 (06:59 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 5 Sep 2002 06:59:14 +0000 (06:59 +0000)
commit3dfabff5d48cbdd952b3d742dcf98702feaea232
tree3bccf6ebb68d6df7a5f00a32b4a04fdb0e51be98
parent574e12b6c4dd4a1d7170f62a4556b342260d3b9f
Morph DONE result from a sub-request handler to OK as DONE is only relevant
when we are the main request.

This fixes a problem with mod_include printing out an error message on DAV
sub-requests because mod_dav will return DONE instead of OK.  This would
result in the correct output merged in with an error string.

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