Skip to content

refactor: remove obsolete brotli and http2 support checks #221

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

Merged
merged 2 commits into from
Apr 7, 2025

Conversation

Phillip9587
Copy link
Contributor

Since the next major drops support for Node.js < v18 these checks are no longer needed.

brotli = hasBrotliSupport ? it.skip : it

brotli('should respond with gzip', function (done) {
it.skip('should respond with gzip', function (done) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I set this test to it.skip because we may need it since there is an open issue for it: #220

@Phillip9587 Phillip9587 added this to the 2.0 milestone Feb 14, 2025
@bjohansebas bjohansebas merged commit fc2ff9b into expressjs:v2 Apr 7, 2025
16 checks passed
@bjohansebas
Copy link
Member

thanks!

@Phillip9587 Phillip9587 deleted the v2-remove-support-checks branch April 7, 2025 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants