A small rant

This commit is contained in:
Trustin Lee 2009-03-12 09:21:45 +00:00
parent 731c0d94f3
commit 7023c0599c

View File

@ -220,6 +220,7 @@ public class CompositeChannelBuffer extends AbstractChannelBuffer {
throws IOException {
// XXX Gathering write is not supported because of a known issue.
// See http://bugs.sun.com/view_bug.do?bug_id=6210541
// This issue appeared in 2004 and is still unresolved!?
return out.write(toByteBuffer(index, length));
}