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
parent 781e628dd8
commit d509425b90

View File

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