From: Nick Kew Date: Mon, 5 Dec 2005 18:22:29 +0000 (+0000) Subject: PR 36090 X-Git-Tag: 2.3.0~2693 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24c5cde238092b7598f0772de85d1daf7f0e17c1;p=thirdparty%2Fapache%2Fhttpd.git PR 36090 Fix recursive ErrorDocument handling git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@354118 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/http_request.c b/modules/http/http_request.c index 5ee236e4868..95e093cd311 100644 --- a/modules/http/http_request.c +++ b/modules/http/http_request.c @@ -247,6 +247,7 @@ void ap_process_async_request(request_rec *r) ap_finalize_request_protocol(r); } else { + r->status = HTTP_OK; ap_die(access_status, r); }