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…
Reference in New Issue