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-20 12:28:10 +0400
committerRyan <ry@tinyclouds.org>2009-05-20 12:28:10 +0400
commita1aecc9378e5d28f5c88de66499e82db6414b6f0 (patch)
tree83751128b9432a7a863f269eb3237aa4e79da2e3 /test-http_simple.js
parent0ef5c99973f3596a481457e1d79e63e65ffc887f (diff)
HTTP Server: Close 1.0 connections properly.
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 30dfd4013d9..2e3bbb3cad8 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)