IOException : No Stack Size on Nokia 3410 emulator
Hello,
I have a midlet that communicates with a servlet.
This works on many phones and emulators.
However,, when using the 3410 emulator I get :
"IOException : No Chunk Size"
when trying to read the response of the servlet (I have set the contents type to application/octet-stream) .
The exception is raisend by the "openDataInputStream" method.
I have verified that the servlet receives and processes the request. I am using tomcat4.
Has anybody already had this problem ?
Thank you