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
Usually when a request is successfully compressed the following is logged:
compression br compression +0ms GET /css/main.css 200 9.266 ms - -
But currently when a 304 request is done the following is logged:
compression undefined not compressible +31ms compression no compression: filtered +0ms GET /css/main.css 304 2.259 ms - -
When getting to know this library this was very confusion, the behaviour looks like a bug. Is there any way to clarify this?
The text was updated successfully, but these errors were encountered:
chore(package): switch to maintained fork of node-zopfli (aickin#12)
6ac571d
No branches or pull requests
Usually when a request is successfully compressed the following is logged:
But currently when a 304 request is done the following is logged:
When getting to know this library this was very confusion, the behaviour looks like a bug. Is there any way to clarify this?
The text was updated successfully, but these errors were encountered: