-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
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
[Bug] ERR_CONTENT_LENGTH_MISMATCH on static files #1445
Comments
I can't seem to reproduce this. Can you share a file and a |
Hi! Launch server and go 127.0.0.1:8080/ckeditor.css |
I have just released v1.43.0 which reverts the change that caused this bug. |
Thanks It works. |
- Upgrade fasthttp to `v1.43.0` to fix <valyala/fasthttp#1445>. - More config items: - `Cert` for the certificate file - `Static.Home` for the homepage directory - `Static.Dashboard` for the dashboard directory - Add a flag for specifying the config file. - Improve error handling. - Add routes for static files of homepage and dashboard. - Check `nil` for `GenerateSubscription`. - Fix the wrong generation of `type` and `descriptive-text`.
Hi, caught an error on all frameworks that uses fasthttp (fiber, atreugo, ...) while we serving big static files
Here's another issue (but on goFiber) - gofiber/fiber#2244
Failed to load resource: net::ERR_CONTENT_LENGTH_MISMATCH
How to Reproduce
Expected Behavior
This bug is reproduced on latest fasthttp version - v1.42.0
On version v1.41.0 , there are no problems.
The text was updated successfully, but these errors were encountered: