“Volley”错误:java.net.SocketException:recvfrom失败:ECONNRESET(连接由对等方重置)

时间:2016-10-13 10:07:33

标签: sockets request timeout android-volley econnreset

这不是一个重复的问题,因为我没有找到任何关于“volley”的错误。

我的问题发生在连接非常慢时,我的一个服务返回此错误:

         VolleyError={NoConnectionError@5719}"com.android.volley.NoConnectionError: java.net.SocketException: recvfrom failed: ECONNRESET (Connection reset by peer)
         VolleyError.networkResponse.data=java.lang.NullPointerException
         VolleyError.networkResponse.statusCode=java.lang.NullPointerException
         VolleyError.networkResponse=null

我搜索了很多,然后找到了这个

         System.setProperty("http.keepAlive","false");

但我不知道是否正确。

1 个答案:

答案 0 :(得分:0)

这可能会对您有所帮助:android-volley-econnres‌​et

在我的情况下,问题来自服务器端和代理,在启用VPN代理后,问题已解决。

enter image description here

结帐服务器端