
bugzilla at apache
Aug 9, 2012, 8:47 AM
Post #1 of 1
(48 views)
Permalink
|
|
[Bug 53686] New: Status "501 Not Implemented" sent very late
|
|
https://issues.apache.org/bugzilla/show_bug.cgi?id=53686 Priority: P2 Bug ID: 53686 Assignee: bugs [at] httpd Summary: Status "501 Not Implemented" sent very late Severity: normal Classification: Unclassified Reporter: whatthebug [at] mailfish 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: bugs-unsubscribe [at] httpd For additional commands, e-mail: bugs-help [at] httpd
|