fastify / fastify-compress

Fastify compression utils
MIT License
199 stars 46 forks source link

Fix/incorrect vary header #285

Closed stanleyxu2005 closed 5 months ago

stanleyxu2005 commented 5 months ago

The PR is about to fix a bug reported by #279 The PR will set response header vary only when compression actually happened

Checklist

stanleyxu2005 commented 5 months ago

Is there a test that will fail without this change?

Yes. I see roughly ~40 test cases failing before moving setVaryHeader around in my 2nd commit of the PR.