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

feat(maleo-core/server): options to disable or enable gzip #232

Merged
merged 1 commit into from
Oct 3, 2019

Conversation

alvinkl
Copy link
Contributor

@alvinkl alvinkl commented Oct 2, 2019

Pre-Submission Checklist

  • Your pull request targets the canary branch of Maleo.js.
  • Branch starts with either fix/, feature/, etc (e.g. fix/build-issue. more info)
  • You have only one commit (if not, squash them into one commit).
  • All new and existing tests pass the command yarn test. Use git commit --amend to amend any fixes.

Type of Change

  • Small bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds new functionality)
  • Optimization (non-breaking change which provides better optimization)
  • Breaking change (fix or feature that would change existing functionality)
  • Add new translation (feature adding new translations)
  • Update Documentation (added new docs or doc updates)
  • Other ( )

Checklist:

  • Tested changes locally.
  • Addressed currently open issue (replace XXXXX with an issue no in next line)

Closes #XXXXX


Description

Give options to user to either enable or disable GZIP compression, but will enable by default


@alvinkl alvinkl added the enhancement Minor enhancement or optimization label Oct 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Minor enhancement or optimization
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants