Fixes #643 - NPE in passing websocket client test.

This commit is contained in:
Simone Bordet 2016-06-23 12:59:24 +02:00
parent 0879b44d37
commit 9d9df416af
1 changed files with 3 additions and 9 deletions

View File

@ -235,12 +235,6 @@ public abstract class AbstractEventDriver extends AbstractLifeCycle implements I
}
}
@Override
protected void doStop() throws Exception
{
session = null;
}
protected void terminateConnection(int statusCode, String rawreason)
{
if (LOG.isDebugEnabled())