-
Notifications
You must be signed in to change notification settings - Fork 559
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
fix: ignore body should not set content-length #321
fix: ignore body should not set content-length #321
Conversation
…dy() and ContinueReadBodyStream()
Codecov ReportBase: 66.14% // Head: 66.13% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #321 +/- ##
===========================================
- Coverage 66.14% 66.13% -0.01%
===========================================
Files 85 85
Lines 8317 8319 +2
===========================================
+ Hits 5501 5502 +1
- Misses 2456 2458 +2
+ Partials 360 359 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
What type of PR is this?
fix
Check the PR title.
(Optional) More detail description for this PR(en: English/zh: Chinese).
en: can refer to valyala/fasthttp#1022, fasthttp only handle ContinueReadBody(), this pr also handle ContinueReadBodyStream()
zh(optional): fasthttp 只处理了 ContinueReadBody(), 这里添加了对 ContinueReadBodyStream() 的处理 和 测试
Which issue(s) this PR fixes:
close #320