Skip to content

Commit

Permalink
Replace node-http2 with http2-wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
mhassan1 committed Jun 18, 2024
1 parent 9dfe2d9 commit 633469d
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 640 deletions.
12 changes: 4 additions & 8 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,19 +218,15 @@ module.exports = function(grunt) {
return middleware;
}
}
}
};

// don't try to test http2 support in node < 0.12, see https://github.com/molnarg/node-http2/issues/101
if (!/^0.(?:1|2|3|4|5|6|7|8|9|10|11)\./.test(process.versions.node)) {
testConnectInstances.http2 = {
},
http2: {
options: {
base: 'test',
port: 8017,
protocol: 'http2',
}
};
}
}
};

grunt.initConfig({
jshint: {
Expand Down
Loading

0 comments on commit 633469d

Please sign in to comment.