summaryrefslogtreecommitdiff
path: root/test-http_simple.js
diff options
context:
space:
mode:
authorRyan <ry@tinyclouds.org>2009-05-18 19:33:05 +0200
committerRyan <ry@tinyclouds.org>2009-05-18 19:33:05 +0200
commitedc38b4134e362138a505f2999d8049b735bd9f2 (patch)
treedb756ca7b66e3fdec661b685bf2a1149508288c5 /test-http_simple.js
parent9c70bf356be1a66d0abf70662f2894a97f7ad148 (diff)
downloadnode-new-edc38b4134e362138a505f2999d8049b735bd9f2.tar.gz
Use parseUri() for req.uri. Update docs.
Diffstat (limited to 'test-http_simple.js')
-rw-r--r--test-http_simple.js2
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)