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 Dahl <ry@tinyclouds.org>2010-03-20 05:22:04 +0300
committerRyan Dahl <ry@tinyclouds.org>2010-03-20 05:52:09 +0300
commitb80f6e9ed16f32920e81f9acf749d7bf9faf1320 (patch)
treea30a97c8c182468a1d7cabfd0369283fc4463a51 /benchmark
parent4278f35e892935787afb1db18ca8811fba0d18f7 (diff)
http2 now default
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/http_simple.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/http_simple.js b/benchmark/http_simple.js
index 6d21c38eb5e..40515779928 100644
--- a/benchmark/http_simple.js
+++ b/benchmark/http_simple.js
@@ -1,7 +1,7 @@
path = require("path");
var puts = require("sys").puts;
-http = require("http2");
+http = require("http");
fixed = ""
for (var i = 0; i < 20*1024; i++) {