-
Notifications
You must be signed in to change notification settings - Fork 223
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(readRawBody): read chunked body #652
Conversation
I think this is a bug in h3. |
Codecov ReportAll modified and coverable lines are covered by tests β
Additional details and impacted files@@ Coverage Diff @@
## main #652 +/- ##
==========================================
+ Coverage 77.83% 79.43% +1.59%
==========================================
Files 47 54 +7
Lines 4286 5334 +1048
Branches 611 678 +67
==========================================
+ Hits 3336 4237 +901
- Misses 933 1078 +145
- Partials 17 19 +2 β View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks β€οΈ
π Linked issue
resolve #651
And SuperTest can not successfully test the request with chunked body, so I rewrote the body test using undici.
β Type of change
π Description
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Transfer-Encoding
π Checklist