changed the NewCompressor logic to be support wildcards in the defaul…
- changed the NewCompressor logic to be support wildcards in the default set like it already did for a custom list by reusing that logic
- made defaultCompressibleContentTypes contain "text/*" as all text mime types are arguably very compressible added
- application/xml to defaultCompressibleContentTypes since it is also a common XML mime type
@Neurostep can you help review this please?
Looks like it fails here:
--- FAIL: TestCompressorWildcards (0.01s)
--- FAIL: TestCompressorWildcards/defaults (0.00s)
So perhaps I just need to update the tests now that some other things are being compressed. I'll see if I can fix it real quick
@VojtechVitek , @Neurostep
I updated the tests and now things pass locally. However, it looks like perhaps the CI workflow didn't rerun on github?
@Neurostep / @VojtechVitek
Just wanted to follow up to see if there was anything you need on my end to help move things to the next steps.
@Neurostep / @VojtechVitek
I don't mean to bug, but it's been over 9 months. @Neurostep already reviewed it once, is there any likelihood of this being re-reviewed and merged anytime soon?