-
Notifications
You must be signed in to change notification settings - Fork 550
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
port Header class changes from core PR#38986 #922
Conversation
Codecov Report
@@ Coverage Diff @@
## main #922 +/- ##
==========================================
- Coverage 93.72% 92.55% -1.18%
==========================================
Files 29 29
Lines 2517 2564 +47
==========================================
+ Hits 2359 2373 +14
- Misses 158 191 +33
Continue to review full report at Codecov.
|
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.
lgtm but it makes me uncomfortable in keep landing changes without tests.
@mcollina It's only fetch related changes that we land without tests. I think this is good in order to keep velocity up and it adds a natural place for new contributors to help us. If you are still uncomfortable then I guess we can slow down a bit and focus on tests. I was hoping to try and implement functionality and then focus on tests before release. |
@Ethan-Arrowood would be great if we could port over the tests from undici-fetch. |
That'd be ok if it's a feature branch and not main. Anyway, let's see what the timeline is... we can always move this into a different branch. |
Yes you are totally right. Apologies. |
This PR ports some of the changes I've made in nodejs/node#38986
Includes an argument length check as well that isn't in my core PR yet