jetty-9 ignore all selector exceptions if not running, since closed selector exception is not an IOException
This commit is contained in:
parent
e772e26b5b
commit
01529ba128
|
@ -384,7 +384,7 @@ public abstract class SelectorManager extends AbstractLifeCycle implements Dumpa
|
|||
}
|
||||
selectedKeys.clear();
|
||||
}
|
||||
catch (IOException x)
|
||||
catch (Exception x)
|
||||
{
|
||||
if (isRunning())
|
||||
LOG.warn(x);
|
||||
|
|
Loading…
Reference in New Issue