@applitools/eg-socks5-proxy-server
Advanced tools
Comparing version 0.2.0-debug-8 to 0.2.0-debug-9
{ | ||
"name": "@applitools/eg-socks5-proxy-server", | ||
"version": "0.2.0-debug-8", | ||
"version": "0.2.0-debug-9", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -51,6 +51,8 @@ const net = require('net') | ||
const acknowledgementTimeoutId = setTimeout(() => { | ||
handshakeTimeout = setTimeout(() => { | ||
doesnotGetAcknowledgement = true | ||
proxyServer.onDataTimeout() | ||
writeAcknowledgementToClient(responseBuffer) | ||
destination.destroy() | ||
proxyServer.onHandshakeTimeout() | ||
//writeAcknowledgementToClient(responseBuffer) | ||
// end(originalSocket, RFC_1928_REPLIES.NETWORK_UNREACHABLE, args) | ||
@@ -65,3 +67,3 @@ // destination.destroy() | ||
clearTimeout(acknowledgementTimeoutId) | ||
clearTimeout(handshakeTimeout) | ||
writeAcknowledgementToClient(data) | ||
@@ -68,0 +70,0 @@ }) |
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
25292
674