jetty.project/jetty-servlet
Greg Wilkins 34a8da2ba2 445823 Moved RequestLog calling to HttpChannel
Simplified the RequestLogHandler.  It no longer set's async listeners or tries to catch exeptions etc.
Instead it simply sets the RequestLog instance on the HttpChannel.   The HttpChannel#onCompleted method
then uses the log (if set) as the last thing before recycling the connection.  It uses the actual
bytes written (eg after compression) and the actual status sent (eg if sent from a bad message).
2014-10-26 17:30:50 +11:00
..
src 445823 Moved RequestLog calling to HttpChannel 2014-10-26 17:30:50 +11:00
pom.xml Using 9.2.4-SNAPSHOT for branch 2014-09-11 06:10:44 -07:00