NETTY-430 ChunkedWriteHandler NPE

This commit is contained in:
Trustin Lee 2011-08-12 13:39:18 +09:00
parent 7eb39aaf93
commit 1345a00a1a

View File

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