ECONNRESET(由对等方重置连接)

时间:2014-05-19 08:47:20

标签: c# android connection

有人知道当我收到此错误时会发生什么,我会在这个问题上锁定几个小时。我的代码是:

HttpPost httpPost = new HttpPost(SERVICE_DATA_ADRESSE);
HttpResponse response = httpClient.execute(httpPost);
HttpEntity entity = response.getEntity();
Scanner sc = new Scanner(entity.getContent());

在服务器端,方法调用在我调试时运行良好(它是一个Csharp服务器)

当代码运行时,我收到此错误

ECONNRESET(Connection reset by peer)

但我不知道它到底意味着什么。有人可以将此错误翻译给我吗?

谢谢,

艾利奥特

1 个答案:

答案 0 :(得分:0)

这是由于服务器想要发送答案时序列化问题。