For an unknown reason a different exception is raised in NioWorker.read()
This commit is contained in:
parent
e9b8f6b2d7
commit
c8d5f1ab4a
@ -337,7 +337,7 @@ class NioWorker implements Runnable {
|
||||
directBuffer.flip();
|
||||
buffer.writeBytes(directBuffer);
|
||||
failure = false;
|
||||
} catch (AsynchronousCloseException e) {
|
||||
} catch (ClosedChannelException e) {
|
||||
// Can happen, and does not need a user attention.
|
||||
} catch (Throwable t) {
|
||||
fireExceptionCaught(channel, t);
|
||||
|
Loading…
x
Reference in New Issue
Block a user