Skip to content
This repository has been archived by the owner on Jan 1, 2019. It is now read-only.

NPE in ChunkedWriteHandler #75

Closed
shaoxt opened this issue Nov 19, 2017 · 3 comments
Closed

NPE in ChunkedWriteHandler #75

shaoxt opened this issue Nov 19, 2017 · 3 comments
Assignees

Comments

@shaoxt
Copy link

shaoxt commented Nov 19, 2017

java.lang.NullPointerException :java.lang.NullPointerException at org.jboss.netty.handler.stream.ChunkedWriteHandler.discard(ChunkedWriteHandler.java:185) at org.jboss.netty.handler.stream.ChunkedWriteHandler.handleUpstream(ChunkedWriteHandler.java:144) at org.jboss.netty.handler.codec.replay.ReplayingDecoder.cleanup(ReplayingDecoder.java:554) at org.jboss.netty.handler.codec.replay.ReplayingDecoder.channelClosed(ReplayingDecoder.java:455) at org.jboss.netty.handler.codec.http.HttpClientCodec.handleUpstream(HttpClientCodec.java:77) at org.jboss.netty.handler.codec.frame.FrameDecoder.cleanup(FrameDecoder.java:344) at org.jboss.netty.handler.codec.frame.FrameDecoder.channelClosed(FrameDecoder.java:232) at org.jboss.netty.channel.Channels.fireChannelClosed(Channels.java:404) at org.jboss.netty.channel..

@shaoxt
Copy link
Author

shaoxt commented Nov 19, 2017

It might related the old version of netty introduced by async-http-client.
Excluding it.

@jeffpeiyt
Copy link
Contributor

@shaoxt When does it happen? Have not observed that before.

@jeffpeiyt jeffpeiyt self-assigned this Nov 20, 2017
@jeffpeiyt
Copy link
Contributor

Close it as there is no more activity on it

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants