1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +03:00
Fix recursive ErrorDocument handling


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@354118 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Kew
2005-12-05 18:22:29 +00:00
parent 78513efe12
commit 24c5cde238

View File

@@ -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);
}