magento2 icon indicating copy to clipboard operation
magento2 copied to clipboard

[Issue] [vcl] don't manually interfere with compression

Open m2-assistant[bot] opened this issue 1 year ago • 0 comments
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)

m2-assistant[bot] avatar Dec 21 '23 15:12 m2-assistant[bot]