mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-20 21:58:33 +00:00
fixed merge
This commit is contained in:
parent
ae8e7f0067
commit
9b36f999d1
@ -315,7 +315,7 @@ public class HttpChannel implements Runnable
|
||||
else
|
||||
{
|
||||
error=true;
|
||||
LOG.warn(String.valueOf(_uri), e);
|
||||
LOG.warn(String.valueOf(_request.getHttpURI()), e);
|
||||
_state.error(e);
|
||||
_request.setHandled(true);
|
||||
handleException(e);
|
||||
|
Loading…
x
Reference in New Issue
Block a user