Skip to content

Commit

Permalink
fix balancer example
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriklv committed Jul 4, 2014
1 parent f6bac7b commit 9df4bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/balancer/simple-balancer.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ http.createServer(function (req, res) {
//
// ...and then the server you just used becomes the last item in the list.
//
addresses.push(target);
addresses.push(target.target);
}).listen(8021);

// Rinse; repeat; enjoy.

0 comments on commit 9df4bc1

Please sign in to comment.