magento2
magento2 copied to clipboard
[Issue] [vcl] don't manually interfere with compression
trafficstars
This issue is automatically created based on existing pull request: magento/magento2#38211: [vcl] don't manually interfere with compression
Description (*)
Varnish already has default compression handling. This code only kicks into gear in case of a miss or a pass, and in those cases, the backend should be responsible for these.
Manual testing scenarios (*)
automated testing should do the job
Contribution checklist (*)
- [ ] Pull request has a meaningful description of its purpose
- [ ] All commits are accompanied by meaningful commit messages
- [ ] All new or changed code is covered with unit/integration tests (if applicable)
- [ ] README.md files for modified modules are updated and included in the pull request if any README.md predefined sections require an update
- [ ] All automated tests passed successfully (all builds are green)