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

This commit is contained in:
norman 2012-05-04 13:49:22 +02:00 committed by Trustin Lee
parent 31e643b32d
commit 7b434e225f

View File

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