NETTY-430 ChunkedWriteHandler NPE
This commit is contained in:
parent
6156922ad6
commit
35258a5393
@ -184,7 +184,7 @@ public class ChunkedWriteHandler implements ChannelUpstreamHandler, ChannelDowns
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (fireExceptionCaught) {
|
if (fireExceptionCaught) {
|
||||||
Channels.fireExceptionCaught(currentEvent.getChannel(), cause);
|
Channels.fireExceptionCaught(ctx.getChannel(), cause);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user