Tell fasthttp to not set "Content-Length: 0" on non cached content#107

Merged
6543 merged 4 commits from fix-97 into main 2022-07-15 21:06:06 +02:00
Contributor

fix #97

fix #97
6543 added this to the v4.0 milestone 2022-07-15 19:09:15 +02:00
fix #97
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
8390f77ecd
Owner

The -1 content-length indicates to FastHTTP to send a chunked response. Is that the correct behavior?

The -1 content-length indicates to FastHTTP to send a [chunked response](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Transfer-Encoding). Is that the correct behavior?
Author
Contributor

It fix the issue ...

Improving things is not the aim

It fix the issue ... Improving things is not the aim
Owner

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.

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.
Gusted approved these changes 2022-07-15 20:39:35 +02:00
add todo
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
4459ddc45a
:
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
0b7e40a098
6543 modified the milestone from v4.0 to v3.1 2022-07-15 21:01:55 +02:00
6543 merged commit 5411c96ef3 into main 2022-07-15 21:06:06 +02:00
6543 deleted branch fix-97 2022-07-15 21:06:07 +02:00
6543 changed title from Tell fasthttp to not set "Content-Length: 0" to Tell fasthttp to not set "Content-Length: 0" on non cached content 2022-07-15 21:06:27 +02:00
Sign in to join this conversation.
No description provided.