We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a2eaaa commit 198000fCopy full SHA for 198000f
README.md
@@ -39,7 +39,6 @@ Let's suppose you were running multiple http application servers, but you only w
39
http.createServer(function (req, res){
40
var proxy = new httpProxy;
41
proxy.init(req, res);
42
- sys.puts('proxying request to http://localhost:9000');
43
proxy.proxyRequest('localhost', '9000', req, res);
44
}).listen(8000);
45
0 commit comments