fix balancer example

This commit is contained in:
Eirik Langholm Vullum 2014-07-04 23:37:23 +02:00
parent f6bac7b257
commit 9df4bc1e12

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.