https://issues.apache.org/bugzilla/show_bug.cgi?id=53686
Priority: P2
Bug ID: 53686
Assignee: [email protected]
Summary: Status "501 Not Implemented" sent very late
Severity: normal
Classification: Unclassified
Reporter: [email protected]
Hardware: PC
Status: NEW
Version: 2.2.22
Component: Core
Product: Apache httpd-2
Is there any reason why HTTP_NOT_IMPLEMENTED is returned to the client rather
late by default_handler() in server/core.c instead of having it handled by
ap_read_request() in server/protocol.c?
The way it is now causes Apache to unnecessarily dive down into the document
root, reading .htaccess files, stat()ing index documents etc. Moving it to
ap_read_request() would avoid that overhead.
NB, this might be related to Bug 51201.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]