[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #33181] (WebServer 1.4.0) WebSerber`s -_audit: is called 3 times pe
From: |
Richard Frith-Macdonald |
Subject: |
[bug #33181] (WebServer 1.4.0) WebSerber`s -_audit: is called 3 times per 1 request |
Date: |
Wed, 04 May 2011 11:37:04 +0000 |
User-agent: |
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1 |
Follow-up Comment #1, bug #33181 (project gnustep):
Thanks ...
There is supposed to be a line with no request details logged when the
connection is dropped, so it's actually one extra line (I fixed in svn
trunk).
However, for consistency with apache I also modified the code to refrain from
logging the connection end in cases where at least one request had been
received on the connection and verbose logging is not enabled.
So behavior now should be:
If verbose logging is on, then one line for each request and one line for
connection end.
If verbose logging is off, then one line for each request and one line for a
connection ended without any request.
I don't understand what the advantage would be of having the -audit method
return an instance of a class containing the audit information rather than the
string to be logged
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?33181>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bug #33181] (WebServer 1.4.0) WebSerber`s -_audit: is called 3 times per 1 request,
Richard Frith-Macdonald <=