HttpsURLConnection failing intermittently to the same URL
- by Arkaitz Jimenez
I think I'm experiencing the same as
http://groups.google.com/group/android-developers/msg/9d37d64aad0ee357
This is Android 1.5 SDK.
I happen to call several times below code(which is in a method) with
the same url and it fails intermittently.
When it fails, there is no exception, the stream is empty so the
readConnection fails, and getResponseCode…