Skip to content

Commit b223275

Browse files
committed
Merge pull request #989 from aroder/patch-1
Update ntlm-authentication.js
2 parents 28cecb5 + ecdfff4 commit b223275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/http/ntlm-authentication.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var agent = new Agent({
1010
keepAliveTimeout: 30000 // free socket keepalive for 30 seconds
1111
});
1212

13-
var proxy = httpProxy.createProxy({ target: 'http://whatever.com', agent: agent);
13+
var proxy = httpProxy.createProxy({ target: 'http://whatever.com', agent: agent });
1414

1515
//
1616
// Modify headers of the request before it gets sent

0 commit comments

Comments
 (0)