mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
PR 36090
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:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user