-
Notifications
You must be signed in to change notification settings - Fork 563
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
http2 onHeaders calls with header object instead of array #3023
Comments
SGTM 👍 |
|
Yea I don't know how to handle the next branch. Will discuss with @mcollina next week. |
@metcoder95 I would consider this a bug fix and not semver major, h1 will send an array and h2 will send an object atm. |
Well, true; but if there are implementations already depending on h2 headers as I'll open a PR to main we take it from there 👍 |
h2 is experimental. |
onHeaders should receive a raw headers array, in h2 it doesn't...
The text was updated successfully, but these errors were encountered: