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
4 changes: 4 additions & 0 deletions examples/with-http2/next.config.js
@@ -0,0 +1,4 @@
module.exports = {
// this needs to be set false unitl to a bug in the compression npm module gets fixed.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// this needs to be set false unitl to a bug in the compression npm module gets fixed.
// this needs to be set false until a bug in the compression npm module gets fixed.

Might want to add a link in this comment to the corresponding issue on GitHub

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good point added it

compress: false,
}