Fixed issue: NETTY-306 bug in passing large nonchunked data through ChunketWriteHandler
This commit is contained in:
parent
88f1332179
commit
11e5e2ba56
@ -248,8 +248,9 @@ public class ChunkedWriteHandler implements ChannelUpstreamHandler, ChannelDowns
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
MessageEvent currentEvent = this.currentEvent;
|
||||
this.currentEvent = null;
|
||||
ctx.sendDownstream(currentEvent);
|
||||
currentEvent = null;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user