标签: javascript node.js sockets
我的请求需要大约19分钟才能回复(在浏览器中)。当我使用Node的http.request时,我会在大约2-3分钟后收到错误[Error: socket hang up] code: 'ECONNRESET'。我尝试设置keepalive: true并将超时设置为20分钟,但没有任何效果。我甚至使用requests选项尝试了timeout npm模块,但这也没有用。有没有办法成功获得答案?
http.request
[Error: socket hang up] code: 'ECONNRESET'
keepalive: true
requests
timeout