-
-
Notifications
You must be signed in to change notification settings - Fork 536
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
:res[content-length] only shows size less than 1 KB #273
Comments
Hi @bryantamayo1 very sorry for your issue. Unfortunately your issue would likely be outside of If you are sure the issue is actually in |
This is my simple code:
And these are my logs:
Where is the amount of Bytes? But if I comment the middleware:
This works and show the amount of Bytes Ok:
Perhaps is the mistake library compression? |
If one reponse has a size of body less than 1KB it's showed in console. On the contrary, it doesn't, only show a hyphen. I would know the size independently of amount.
The text was updated successfully, but these errors were encountered: