Skip to content

Commit ecdfff4

Browse files
committed
Update ntlm-authentication.js
missing bracket
1 parent 28cecb5 commit ecdfff4

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)