D
d_cymbal
Hi,
Does the 1.4 HttpURLConnection class properly deal with receiving
chunked-encoded responses?
I am having problems not receiving data when the server sends the
response chunked encoded, but I don't know if it is the server encoding
the response incorrectly or if HttpURLConnection just doesn't support
it.
If anyone can vouch for HttpURLConnection working properly I can start
taking a closer look at the server implementation.
Thanks.
dc
Does the 1.4 HttpURLConnection class properly deal with receiving
chunked-encoded responses?
I am having problems not receiving data when the server sends the
response chunked encoded, but I don't know if it is the server encoding
the response incorrectly or if HttpURLConnection just doesn't support
it.
If anyone can vouch for HttpURLConnection working properly I can start
taking a closer look at the server implementation.
Thanks.
dc