-
Bug
-
Resolution: Won't Fix
-
Major
-
None
The JNLP v2 protocol has a sub par write implementation if there is more than one buffers worth of data to be written to the network.
The current implementation writes one buffers worth and then exits - waiting for another callback from the selector before writing another buffer.
The code should write as much data as possible before returning back.
- links to