Tell fasthttp to not set "Content-Length: 0" on non cached content#107
No reviewers
Labels
No labels
breaking
bug
build_pr_image
documentation
d̶u̶p̶l̶i̶c̶a̶t̶e̶
feature
good first issue
improvement
i̶n̶v̶a̶l̶i̶d̶
open questions
performance
refactor
research required
No project
No assignees
2 participants Notifications
Due date No due date set.
Dependencies
No dependencies set.
Reference
Codeberg/pages-server!107
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-97"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
fix #97
The -1 content-length indicates to FastHTTP to send a chunked response. Is that the correct behavior?
It fix the issue ...
Improving things is not the aim
I'm just trying to confirm that this would be the new correct behavior. Given that we currently doesn't send chunked response. But I'll approve as it does seem to work.
Tell fasthttp to not set "Content-Length: 0"to Tell fasthttp to not set "Content-Length: 0" on non cached content