[android-developers] Does HttpsURLConnection has a bug in the way it tests connections for reuse?

2010-09-28 Thread Lidia
Hello developers, I have a very interesting situation. My application have to check any time at start-up the update- if the new version of itself exists. In case it exists , it downloads it from an https://... web address, and initiates an install action. But if the user cancels the install, next

Re: [android-developers] Does HttpsURLConnection has a bug in the way it tests connections for reuse?

2010-09-28 Thread Kostya Vasilyev
Does this happen depending on whether the user cancels the connection during the previous run? If so, check how you cancel the connection. If not, I don't have an explanation but have a suggestion: perhaps you could try using DefaultHttpClient. It's a subclass of abstract HttpClient, and

Re: [android-developers] Does HttpsURLConnection has a bug in the way it tests connections for reuse?

2010-09-28 Thread Michael Rueger
Hi Lidia I have a strange bug, it is working good only every first and third time,namely: see http://code.google.com/p/android/issues/detail?id=7074 Michael -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send