On Thu, Feb 9, 2012 at 11:25 AM, Biosopher <[email protected]> wrote: > Sorry I mis-typed the problem class. UrlConnection does properly > supports HTTP 1.1 and persistent connections. However > DefaultHttpClient does not. I have validated this by viewing the > packets using WireShark on my Android device. >
HttpClient certainly does support connection persistence, so maybe you are just holding it wrong :) http://hc.apache.org/httpcomponents-client-ga/tutorial/html/connmgmt.html -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

