We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64efa7f commit deca756Copy full SHA for deca756
examples/balancer/simple-balancer-with-websockets.js
@@ -1,4 +1,6 @@
1
-var httpProxy = require('../../lib/node-http-proxy');
+var http = require('http'),
2
+ httpProxy = require('../../lib/node-http-proxy');
3
+
4
//
5
// A simple round-robin load balancing strategy.
6
0 commit comments