A small rant
This commit is contained in:
parent
731c0d94f3
commit
7023c0599c
@ -220,6 +220,7 @@ public class CompositeChannelBuffer extends AbstractChannelBuffer {
|
|||||||
throws IOException {
|
throws IOException {
|
||||||
// XXX Gathering write is not supported because of a known issue.
|
// XXX Gathering write is not supported because of a known issue.
|
||||||
// See http://bugs.sun.com/view_bug.do?bug_id=6210541
|
// 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));
|
return out.write(toByteBuffer(index, length));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user