[android-developers] Re: HttpGet problem with Chunked encoding

2009-03-06 Thread Mark Murphy
m5p3nc3r wrote: > So my question to the group are: > 1, How do I tell what version of libraries are installed on the > system? Not easily. The source code for Apache HttpClient is integrated into the overall Android git repo system: http://android.git.kernel.org/?p=platform/external/apache-http

[android-developers] Re: HttpGet problem with Chunked encoding

2009-03-06 Thread m5p3nc3r
Sorry for replying to my own post, but it seems that this is a problem with the version of httpclient/httpcore that is installed with r1.1 of the SDK. If I download the latest verison: Core 4.0 and Client 4.0-Beta2, everything works fine on my Linux desktop. There is a line in the release note o