diff options
author | Ryan <ry@tinyclouds.org> | 2009-05-18 19:33:05 +0200 |
---|---|---|
committer | Ryan <ry@tinyclouds.org> | 2009-05-18 19:33:05 +0200 |
commit | edc38b4134e362138a505f2999d8049b735bd9f2 (patch) | |
tree | db756ca7b66e3fdec661b685bf2a1149508288c5 /test-http_simple.js | |
parent | 9c70bf356be1a66d0abf70662f2894a97f7ad148 (diff) | |
download | node-new-edc38b4134e362138a505f2999d8049b735bd9f2.tar.gz |
Use parseUri() for req.uri. Update docs.
Diffstat (limited to 'test-http_simple.js')
-rw-r--r-- | test-http_simple.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-http_simple.js b/test-http_simple.js index fa86ed0b8c..61f21f0191 100644 --- a/test-http_simple.js +++ b/test-http_simple.js @@ -10,7 +10,7 @@ new node.http.Server(function (req, res) { var arg = commands[2]; var status = 200; - //p(req.headers); + p(req.headers); if (command == "bytes") { var n = parseInt(arg, 10) |