Merge pull request #666 from eiriklv/master

Fix simple-balancer example
This commit is contained in:
Jarrett Cruger 2014-07-08 12:08:51 -04:00
commit e50846b967

View File

@ -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.