Skip to content

Commit

Permalink
http2 now default
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Mar 20, 2010
1 parent 4278f35 commit b80f6e9
Show file tree
Hide file tree
Showing 19 changed files with 414 additions and 414 deletions.
2 changes: 1 addition & 1 deletion benchmark/http_simple.js
Original file line number Diff line number Diff line change
@@ -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++) {
Expand Down
Loading

0 comments on commit b80f6e9

Please sign in to comment.