403373 - WebSocket change timeout log level from warn -> info
This commit is contained in:
parent
93efdcf080
commit
8a9f1f94e8
|
@ -490,7 +490,7 @@ public abstract class AbstractWebSocketConnection extends AbstractConnection imp
|
||||||
@Override
|
@Override
|
||||||
protected boolean onReadTimeout()
|
protected boolean onReadTimeout()
|
||||||
{
|
{
|
||||||
LOG.warn("Read Timeout");
|
LOG.info("Read Timeout");
|
||||||
|
|
||||||
IOState state = getIOState();
|
IOState state = getIOState();
|
||||||
if ((state.getState() == ConnectionState.CLOSING) || (state.getState() == ConnectionState.CLOSED))
|
if ((state.getState() == ConnectionState.CLOSING) || (state.getState() == ConnectionState.CLOSED))
|
||||||
|
|
Loading…
Reference in New Issue