NETTY-430 ChunkedWriteHandler NPE

This commit is contained in:
Trustin Lee 2011-08-12 13:39:18 +09:00
parent 6156922ad6
commit 35258a5393

View File

@ -184,7 +184,7 @@ public class ChunkedWriteHandler implements ChannelUpstreamHandler, ChannelDowns
}
if (fireExceptionCaught) {
Channels.fireExceptionCaught(currentEvent.getChannel(), cause);
Channels.fireExceptionCaught(ctx.getChannel(), cause);
}
}