http2: window size connection control by migounette · Pull Request #26962 · nodejs/node

@migounette

Allow to control the connection window size by setting local window
size (local endpoints's window size) to the given window_size.

To increase window size, this function may submit WINDOW_UPDATE frame
to transmission queue.

Pay attention, this function takes the absolute value of window size to set,
rather than the delta, the delta is computed by the update operation.

@nodejs-github-bot added c++

Issues and PRs that require attention from people who are familiar with C++.

lib / src

Issues and PRs related to general changes in the lib or src directory.

labels

Mar 28, 2019

sebdeckers

sebdeckers

jasnell

jasnell

mcollina

@migounette

ZYSzys pushed a commit that referenced this pull request

Nov 11, 2020
PR-URL: #35978
Fixes: #31084
Refs: #26962
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Ricky Zhou <0x19951125@gmail.com>

codebytere pushed a commit that referenced this pull request

Nov 22, 2020
PR-URL: #35978
Fixes: #31084
Refs: #26962
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Ricky Zhou <0x19951125@gmail.com>

targos pushed a commit that referenced this pull request

Aug 4, 2021
PR-URL: #35978
Fixes: #31084
Refs: #26962
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Ricky Zhou <0x19951125@gmail.com>

targos pushed a commit that referenced this pull request

Aug 4, 2021
PR-URL: #35978
Fixes: #31084
Refs: #26962
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Ricky Zhou <0x19951125@gmail.com>

BethGriggs pushed a commit that referenced this pull request

Aug 12, 2021
PR-URL: #35978
Fixes: #31084
Refs: #26962
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Ricky Zhou <0x19951125@gmail.com>

MylesBorins pushed a commit that referenced this pull request

Aug 31, 2021
PR-URL: #35978
Fixes: #31084
Refs: #26962
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Ricky Zhou <0x19951125@gmail.com>

foxxyz pushed a commit to foxxyz/node that referenced this pull request

Oct 18, 2021