Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get the http2 example to work #10470

Merged
merged 9 commits into from Feb 10, 2020
6 changes: 6 additions & 0 deletions examples/with-http2/next.config.js
@@ -0,0 +1,6 @@
module.exports = {
/* this needs to be set to false until a bug in the compression npm module gets fixed.
reference: https://github.com/expressjs/compression/issues/122
*/
compress: false,
}