We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.28.0
No response
20.16.0
Windows
10
If content-type is "[application/force-download]" defaultCompressibleTypes won't allow it. Then it will goto
const data = mimedb[type.split(';', 1)[0].trim().toLowerCase()] if (data === undefined) return false return data.compressible === true }
In this [].split() will throw error.
The text was updated successfully, but these errors were encountered:
Sorry My fastify version is : '4.28.0' And fastify-compress version: '7.0.3'
Sorry, something went wrong.
Thanks for reporting! Would you like to send a Pull Request to address this issue? Remember to add unit tests.
No branches or pull requests
Prerequisites
Fastify version
4.28.0
Plugin version
No response
Node.js version
20.16.0
Operating system
Windows
Operating system version (i.e. 20.04, 11.3, 10)
10
Description
If content-type is "[application/force-download]" defaultCompressibleTypes won't allow it.
Then it will goto
In this [].split() will throw error.
Link to code that reproduces the bug
No response
Expected Behavior
No response
The text was updated successfully, but these errors were encountered: