Uh oh!
There was an error while loading. Please reload this page.
http2: add maxHeaderSize option to http2 - #33636
Conversation
Uh oh!
There was an error while loading. Please reload this page.
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.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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
2f3782cCompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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
2935f72Comparehimself65
commented
May 31, 2020
https://github.com/nodejs/node/blob/master/doc/guides/doc-style-guide.md |
Uh oh!
There was an error while loading. Please reload this page.
preyunk
commented
Jun 30, 2020
@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? |
himself65
commented
Jun 30, 2020
Don’t worry. I think we need review by other member to make sure the PR is correct and better. |
nodejs-github-bot
commented
Aug 11, 2020
mcollina
commented
Aug 11, 2020
@rexagod it seems your request for change has been addressed. Can you confirm? |
rexagod
commented
Aug 11, 2020
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. |
mcollina
commented
Aug 12, 2020
Landed in 3b84048 |
add maxHeaderSize to http2 as an alias for maxHeaderListSize.
Fixes: #33517
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes