proxy-chain
Advanced tools
Comparing version 2.0.1-beta.10 to 2.0.1-beta.11
@@ -175,2 +175,7 @@ "use strict"; | ||
onConnection(socket) { | ||
// https://github.com/nodejs/node/issues/23858 | ||
if (!socket.remoteAddress) { | ||
socket.destroy(); | ||
return; | ||
} | ||
this.registerConnection(socket); | ||
@@ -177,0 +182,0 @@ // We need to consume socket errors, because the handlers are attached asynchronously. |
{ | ||
"name": "proxy-chain", | ||
"version": "2.0.1-beta.10", | ||
"version": "2.0.1-beta.11", | ||
"description": "Node.js implementation of a proxy server (think Squid) with support for SSL, authentication, upstream proxy chaining, and protocol tunneling.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
159180
1623