mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-22 06:55:53 +00:00
JETTY-1525 Show handle status in response debug message
This commit is contained in:
parent
b9fd07be77
commit
016939e788
@ -352,7 +352,7 @@ public class Server extends HandlerWrapper implements Attributes
|
||||
{
|
||||
LOG.debug("REQUEST "+target+" on "+connection);
|
||||
handle(target, request, request, response);
|
||||
LOG.debug("RESPONSE "+target+" "+connection.getResponse().getStatus());
|
||||
LOG.debug("RESPONSE "+target+" "+connection.getResponse().getStatus()+" handled="+request.isHandled());
|
||||
}
|
||||
else
|
||||
handle(target, request, request, response);
|
||||
|
Loading…
x
Reference in New Issue
Block a user