I\'m using HttpURLConnection on Android KitKat to POST some data to a server. The server takes a long time to respond, and the connection is silently retry
HttpURLConnection
You need to set System.setProperty("sun.net.http.retryPost", "false")
System.setProperty("sun.net.http.retryPost", "false")