mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
Update ntlm-authentication.js
missing bracket
This commit is contained in:
parent
28cecb5a96
commit
ecdfff408f
@ -10,7 +10,7 @@ var agent = new Agent({
|
|||||||
keepAliveTimeout: 30000 // free socket keepalive for 30 seconds
|
keepAliveTimeout: 30000 // free socket keepalive for 30 seconds
|
||||||
});
|
});
|
||||||
|
|
||||||
var proxy = httpProxy.createProxy({ target: 'http://whatever.com', agent: agent);
|
var proxy = httpProxy.createProxy({ target: 'http://whatever.com', agent: agent });
|
||||||
|
|
||||||
//
|
//
|
||||||
// Modify headers of the request before it gets sent
|
// Modify headers of the request before it gets sent
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user