应该处理ECONNRESET吗?

时间:2017-07-19 11:17:53

标签: node.js

使用Node net包我目前在应用程序中遇到了很多ECONNERESET错误;网上有很多关于如何处理它们的信息,但这些错误是应该处理或修复的吗?你会如何找到问题并修复它,因为堆栈跟踪没有用?

Error: read ECONNRESET
    at exports._errnoException (util.js:1050:11)
    at TCP.onread (net.js:582:26)
    [stack]: 'Error: read ECONNRESET\n    at exports._errnoException 
    (util.js:1050:11)\n    at TCP.onread (net.js:582:26)',
    [message]: 'read ECONNRESET',
    code: 'ECONNRESET',
    errno: 'ECONNRESET',
    syscall: 'read' 

0 个答案:

没有答案