Hello,

I have problem with http stream output.
I have project based on http stream sample and found that MINA can't output more than 200 lines http reply correctly. It mixed lines in reply ;( First time it reply correct, then not. I have added small peace of code to public void run() in sample:

for (int i=0;i<1024;i++)
   out.println("<p>this is line: " + i+"</p>");

And ... With all available MINA releases I have problem. MINA can reply correctly or from 284 lines... Please, let me know where I'm wrong...

Regards,
Eugene Labunsky.



Reply via email to