You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: socket hang up
at createHangUpError (_http_client.js:343:15)
at Socks5ClientSocket.socketOnEnd (_http_client.js:435:23)
at emitNone (events.js:105:13)
at Socks5ClientSocket.emit (events.js:207:7)
Withouts the socks, all works fine.
The text was updated successfully, but these errors were encountered:
`
var form = new FormData();
var req = request({
url: 'https://myserver.com/fileupload',
agentClass: Agent,
agentOptions: {
socksHost: 'torproxy',
socksPort: 9050
},
method: 'POST',
followRedirect: false,
headers: Object.assign({
'cookie': session.cookies.join(';'),
'user-agent': this.userAgent,
'connection': 'keep-alive',
}, form.getHeaders())
})
`
I get the fallowing error:
Error: socket hang up
at createHangUpError (_http_client.js:343:15)
at Socks5ClientSocket.socketOnEnd (_http_client.js:435:23)
at emitNone (events.js:105:13)
at Socks5ClientSocket.emit (events.js:207:7)
Withouts the socks, all works fine.
The text was updated successfully, but these errors were encountered: