Node.js Socket Hang Up
I try to catch a web site, but in this days have some problem. show the socket hang up, { Error: socket hang up at createHangUpError (_http_client.js:250:15) at Socket.sock
Solution 1:
This is TCP/IP error: ECONNRESET (connection is reset by peer). You have connectivity problems. Example: a firewall is dropping your connection
Post a Comment for "Node.js Socket Hang Up"