java.net.SocketException: recvfrom failed: ECONNRESET (Connection reset by peer)

有一天个人androidHttpURLConnection 报这种错。android

你看 to reduce latency,this class may reuse the same underlying Socket for.......懂了吧 ,咱们访问频率又不大,果断关掉。System.setProperty("http.keepAlive", "false");this

ok 解决~~。io

相关文章
相关标签/搜索