]> granicus.if.org Git - apache/commit
Currently, when the map-to-storage handler for TRACE returns DONE, the
authorJeff Trawick <trawick@apache.org>
Thu, 20 Sep 2001 17:54:51 +0000 (17:54 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 20 Sep 2001 17:54:51 +0000 (17:54 +0000)
commit8b31569e09496a07a0a4b8bd4b5b68a3e07a1e13
treee0fe496f3e9990f92466815e4d0399a08be4b91d
parent0f2072227662af7fd0053bc0a6b4fba2ddb4e252
Currently, when the map-to-storage handler for TRACE returns DONE, the
caller -- ap_process_request_internal() -- catches that and returns
OK to its caller -- ap_process_request().  But ap_process_request(),
seeing OK, tries to run a handler.  It needs to skip that if the
request was completed in ap_process_request_internal().

Reviewed by: William A. Rowe, Jr.

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