I have an app that is receiving data over an HTTP connection and the response is chunked in several blocks, as is standard for HTTP/1.1 . I create the HTTP connector, open an input stream, and start reading one byte at a type with read(). This works until the end of the first chunk; at that point read() hangs.
Is this a bug in the Nokia 3650 implementation? Has anyone else seen it?
Is there a workaround? Is there a way to make the GET request using protocol version HTTP/1.0? Failing that is there a way to read past the end of the first chunk?
Thanks.

Reply With Quote



