On Wed, Nov 7, 2012 at 5:39 PM, Thomas Bouron <tbou...@gmail.com> wrote:
> Hi.
>
> Thank you very much for giving me your code! Unfortunately, I got the same
> behavior which is:
>
> For JSON reponse < 8KB: It works
> For JSON reponse > 8KB: It doesn't work. To be more accurate, it returns me
> a response with a statusCode = 200 but the entity.gertContentLenght() = -1
> and when i try to read the InputStream, it throws me an
> SocketTimeoutException after a while (well, the defined timeout)
>
> I seriously don't understand what is going on...
>

Chunked encoding? How do captured responses look in the two cases?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to