proxying-agent
Advanced tools
Comparing version 2.2.4 to 2.3.0
@@ -115,2 +115,5 @@ 'use strict'; | ||
tunnelOptions.headers[this.authHeader.header] = this.authHeader.value; | ||
if (this.authHeader.keepAlive) { | ||
tunnelOptions.headers["Proxy-Connection"] = "Keep-Alive"; | ||
} | ||
} | ||
@@ -183,2 +186,3 @@ | ||
ntlmOptions.headers['Proxy-Authorization'] = ntlm.createType1Message(ntlmOptions.ntlm); | ||
ntlmOptions.headers['Proxy-Connection'] = "Keep-Alive"; | ||
@@ -209,3 +213,4 @@ // create the NTLM type 1 request | ||
header: 'Proxy-Authorization', | ||
value: ntlm.createType3Message(type2msg, ntlmOptions.ntlm) | ||
value: ntlm.createType3Message(type2msg, ntlmOptions.ntlm), | ||
keepAlive: true | ||
} | ||
@@ -212,0 +217,0 @@ |
{ | ||
"name": "proxying-agent", | ||
"version": "2.2.4", | ||
"version": "2.3.0", | ||
"description": "Node HTTP/HTTPS Forward Proxy Agent", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
33456
665