fastify / fastify-compress

Fastify compression utils
MIT License
202 stars 46 forks source link

fix: content encoding priorities #258

Closed shishir-karanth closed 1 year ago

shishir-karanth commented 1 year ago

Checklist

climba03003 commented 1 year ago

Can you add an unit test to ensure it works properly?

You can checkout the existing test inside https://github.com/fastify/fastify-compress/tree/master/test as example.