Skip to content

Commit deca756

Browse files
committed
[doc fix] Add undefined var in example.
1 parent 64efa7f commit deca756

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/balancer/simple-balancer-with-websockets.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
var httpProxy = require('../../lib/node-http-proxy');
1+
var http = require('http'),
2+
httpProxy = require('../../lib/node-http-proxy');
3+
24
//
35
// A simple round-robin load balancing strategy.
46
//

0 commit comments

Comments
 (0)