You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Eric Covener <co...@gmail.com> on 2011/10/03 16:42:37 UTC

"request failed" messages that only long culprit to error-notes

Is there a reason why we don't fire off at least a debug (or now
traceN?) level message when we shove a
LimitRequestFields/LimitRequestFieldsSize error into error-notes?

This is in server/protocol.c#ap_get_mime_headers_core.

These 400's can be painful to debug.

-- 
Eric Covener
covener@gmail.com

Re: "request failed" messages that only long culprit to error-notes

Posted by Stefan Fritsch <sf...@sfritsch.de>.
On Mon, 3 Oct 2011, Eric Covener wrote:

> Is there a reason why we don't fire off at least a debug (or now
> traceN?) level message when we shove a
> LimitRequestFields/LimitRequestFieldsSize error into error-notes?
>
> This is in server/protocol.c#ap_get_mime_headers_core.
>
> These 400's can be painful to debug.

+1 to adding some logging. Level debug seems fine even for trunk, IMHO.