Better comment

This commit is contained in:
Trustin Lee 2009-08-27 06:23:11 +00:00
parent 32d9d026a1
commit df72c4b7ee

View File

@ -169,7 +169,8 @@ public class ChunkedWriteHandler implements ChannelUpstreamHandler, ChannelDowns
}
if (currentEvent.getFuture().isDone()) {
// Previous write attempt has been failed for this write request.
// Skip the current request because the previous partial write
// attempt for the current request has been failed.
currentEvent = null;
} else {
Object m = currentEvent.getMessage();