Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
remove test code
  • Loading branch information
alexlamsl committed May 22, 2014
1 parent a3215c9 commit a80f621
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/httpserver.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function receive(request) {
}

function gzip(response) {
var result = zlib.createGzip({level:zlib.Z_BEST_COMPRESSION});
var result = zlib.createGzip();
result.pipe(response);
return result;
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"commonjs"
],
"description":"Synchronous CommonJS compatibility layer using node-fibers",
"version":"0.10.12",
"version":"0.10.13",
"author":{
"name":"Oleg Podsechin",
"email":"[email protected]"
Expand Down

0 comments on commit a80f621

Please sign in to comment.