以下错误

时间:2016-10-26 09:09:09

标签: node.js timeout httprequest

当我使用nodejs http库(请求)来请求目标网站时,我收到一些错误:

    [{
        "response": {
            "code": "ECONNRESET",
            "errno": "ECONNRESET",
            "syscall": "read"
        }
    }, {
        "response": {
            "code": "ESOCKETTIMEDOUT",
            "connect": false
        }
    }, {
        "response": {
            "code": "ETIMEDOUT",
            "connect": true
        }
    }, {
        "response": {
            "code": "ETIMEDOUT",
            "connect": false
        }
    }]

我想知道这些错误之间的区别。

0 个答案:

没有答案