-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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: add maxHeaderSize option to http2 #33636
Conversation
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.
tests needed
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.
Please add tests for test-http2-session-settings.js
, test-http2-client-settings-before-connect.js
, and test-http2-too-large-headers.js
as well.
add maxHeaderSize to http2 as an alias for maxHeaderListSize. Fixes: nodejs#33517
Guess I forgot to run the linter before pushing, will push the changes after fixing the issues. |
cc3ffed
to
2f3782c
Compare
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.
What's more, we need to add the doc for the new features
@himself65 any guidelines as what should be written for |
8ae28ff
to
2935f72
Compare
https://github.com/nodejs/node/blob/master/doc/guides/doc-style-guide.md |
@himself65 It's been more than 7 days since it was approved, just wanted to know if it could be merged with 1 approval now? |
Don’t worry. I think we need review by other member to make sure the PR is correct and better. |
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
@rexagod it seems your request for change has been addressed. Can you confirm? |
It seems this caught a flaky test: https://ci.nodejs.org/job/node-test-commit-osx/nodes=osx1015/lastFailedBuild/testReport/junit/(root)/test/parallel_test_inspector_multisession_ws/ I'll open an issue. |
Landed in 3b84048 |
add maxHeaderSize to http2 as an alias for maxHeaderListSize.
Fixes: #33517
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes