Fix regression in ChunkedWriteHandler. See #310
This commit is contained in:
parent
924f0df93f
commit
78ab007e1b
@ -117,7 +117,7 @@ public class ChunkedWriteHandler implements ChannelUpstreamHandler, ChannelDowns
|
|||||||
|
|
||||||
if (channel.isWritable() || !channel.isConnected()) {
|
if (channel.isWritable() || !channel.isConnected()) {
|
||||||
this.ctx = ctx;
|
this.ctx = ctx;
|
||||||
discard(ctx, false);
|
flush(ctx, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user