Fix regression in ChunkedWriteHandler. See #310

This commit is contained in:
Norman Maurer 2012-05-06 14:28:47 +02:00
parent 924f0df93f
commit 78ab007e1b

View File

@ -117,7 +117,7 @@ public class ChunkedWriteHandler implements ChannelUpstreamHandler, ChannelDowns
if (channel.isWritable() || !channel.isConnected()) {
this.ctx = ctx;
discard(ctx, false);
flush(ctx, false);
}
}