Skip to content

Commit e50846b

Browse files
committed
Merge pull request #666 from eiriklv/master
Fix simple-balancer example
2 parents f6bac7b + 9df4bc1 commit e50846b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/balancer/simple-balancer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ http.createServer(function (req, res) {
5858
//
5959
// ...and then the server you just used becomes the last item in the list.
6060
//
61-
addresses.push(target);
61+
addresses.push(target.target);
6262
}).listen(8021);
6363

6464
// Rinse; repeat; enjoy.

0 commit comments

Comments
 (0)