Open GoogleCodeExporter opened 9 years ago
I've made a little test:
blocking the network connection to android.googleapis.com using iptables with
the following command:
sudo iptables -I OUTPUT -d 173.194.70.95 -j DROP
The code blocks in conn.getOutputStream().
In the attachment my suggestion for fixing the problem: adding a constant for
network timeout and adding setConnectTimeout and setReadTimeout in
getConnection method.
Original comment by l.visco...@opengate.biz
on 18 Mar 2014 at 9:04
Attachments:
Original issue reported on code.google.com by
l.visco...@opengate.biz
on 17 Mar 2014 at 4:05