http2: add maxHeaderSize option to http2#33636
http2: add maxHeaderSize option to http2#33636preyunk wants to merge 7 commits intonodejs:masterfrom
Conversation
rexagod
left a comment
There was a problem hiding this comment.
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
himself65
left a comment
There was a problem hiding this comment.
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. |
|
@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