Skip to content

Commit 198000f

Browse files
committed
updating docs
1 parent 0a2eaaa commit 198000f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ Let's suppose you were running multiple http application servers, but you only w
3939
http.createServer(function (req, res){
4040
var proxy = new httpProxy;
4141
proxy.init(req, res);
42-
sys.puts('proxying request to http://localhost:9000');
4342
proxy.proxyRequest('localhost', '9000', req, res);
4443
}).listen(8000);
4544

0 commit comments

Comments
 (0)