Removed printStackTrace() call.
This commit is contained in:
parent
5a63d765f7
commit
19570a7530
|
@ -1226,7 +1226,6 @@ public class HttpParser
|
||||||
}
|
}
|
||||||
catch(NumberFormatException|IllegalStateException e)
|
catch(NumberFormatException|IllegalStateException e)
|
||||||
{
|
{
|
||||||
e.printStackTrace();
|
|
||||||
BufferUtil.clear(buffer);
|
BufferUtil.clear(buffer);
|
||||||
LOG.warn("parse exception: {} in {} for {}",e.toString(),_state,_handler);
|
LOG.warn("parse exception: {} in {} for {}",e.toString(),_state,_handler);
|
||||||
if (DEBUG)
|
if (DEBUG)
|
||||||
|
|
Loading…
Reference in New Issue