change HTTPServer constructor. Now: HTTPServer(host, port, onrequest);
authorRyan <ry@tinyclouds.org>
Mon, 9 Mar 2009 13:09:09 +0000 (14:09 +0100)
committerRyan <ry@tinyclouds.org>
Mon, 9 Mar 2009 13:09:09 +0000 (14:09 +0100)
commita8ac42384d769ac0aefb81015a01c0cab0ba0e59
treeecb250e2ea256667da8d292a9944b1bb36002234
parente78917b3b0517d352c832fc9c3f5aeac9b2c2d99
change HTTPServer constructor. Now: HTTPServer(host, port, onrequest);
node_http.cc
spec/index.html
test/test_http_server_echo.rb
test/test_http_server_null_response.rb [new file with mode: 0755]