Make sure we fire the event from the io-thread. See #306

This commit is contained in:
norman 2012-05-04 13:46:23 +02:00
parent f5eb6b61cd
commit 9ebff3abf2

View File

@ -1254,7 +1254,7 @@ public class SslHandler extends FrameDecoder
}
if (cause != null) {
fireExceptionCaught(ctx, cause);
fireExceptionCaughtLater(ctx, cause);
}
}