> you didn't say the magic word fragment - or I would have thought of that > fixed bug ;) > > You're the first person I am aware of that has generated fragments > outside of a test harness. Can I ask why you made that choice? (is the > image dynamically generated and streamed?)
I didn't produce the fragments myself, it seems Jetty (8.0RC0) created fragments, when calling its connection.send(String) method with large Strings. The application I am using it for is like a vnc viewer but for java-apps, so yes, the image is dynamically generated and streamed. Btw binary data transport using arraybuffers would be really helpful =) Thanks, Clemens _______________________________________________ dev-tech-network mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-network
