mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-04 04:49:12 +00:00
Removed printStackTrace() call.
This commit is contained in:
parent
5a63d765f7
commit
19570a7530
@ -1226,7 +1226,6 @@ public class HttpParser
|
||||
}
|
||||
catch(NumberFormatException|IllegalStateException e)
|
||||
{
|
||||
e.printStackTrace();
|
||||
BufferUtil.clear(buffer);
|
||||
LOG.warn("parse exception: {} in {} for {}",e.toString(),_state,_handler);
|
||||
if (DEBUG)
|
||||
|
Loading…
x
Reference in New Issue
Block a user