diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2010-03-19 19:22:04 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-03-19 19:52:09 -0700 |
commit | b80f6e9ed16f32920e81f9acf749d7bf9faf1320 (patch) | |
tree | a30a97c8c182468a1d7cabfd0369283fc4463a51 /benchmark | |
parent | 4278f35e892935787afb1db18ca8811fba0d18f7 (diff) | |
download | node-new-b80f6e9ed16f32920e81f9acf749d7bf9faf1320.tar.gz |
http2 now default
Diffstat (limited to 'benchmark')
-rw-r--r-- | benchmark/http_simple.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/http_simple.js b/benchmark/http_simple.js index 6d21c38eb5..4051577992 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++) { |