-
Notifications
You must be signed in to change notification settings - Fork 557
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
feat(http1): support flush chunk in handler #610
feat(http1): support flush chunk in handler #610
Conversation
Codecov ReportBase: 72.12% // Head: 72.06% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #610 +/- ##
===========================================
- Coverage 72.12% 72.06% -0.07%
===========================================
Files 94 96 +2
Lines 9234 9385 +151
===========================================
+ Hits 6660 6763 +103
- Misses 2155 2189 +34
- Partials 419 433 +14
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. |
156f80c
to
2bb0bf2
Compare
What type of PR is this?
feat
Check the PR title.
(Optional) Translate the PR title into Chinese.
支持在handler中按chunk flush数据
(Optional) More detail description for this PR(en: English/zh: Chinese).
en:
zh(optional):
Which issue(s) this PR fixes:
None