Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan <ry@tinyclouds.org>2009-05-18 21:33:05 +0400
committerRyan <ry@tinyclouds.org>2009-05-18 21:33:05 +0400
commitedc38b4134e362138a505f2999d8049b735bd9f2 (patch)
treedb756ca7b66e3fdec661b685bf2a1149508288c5 /test-http_simple.js
parent9c70bf356be1a66d0abf70662f2894a97f7ad148 (diff)
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 fa86ed0b8c5..61f21f01917 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)