http2: window size connection control by migounette · Pull Request #26962 · nodejs/node
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.
added
c++
labels
Mar 28, 2019ZYSzys pushed a commit that referenced this pull request
Nov 11, 2020codebytere pushed a commit that referenced this pull request
Nov 22, 2020targos pushed a commit that referenced this pull request
Aug 4, 2021targos pushed a commit that referenced this pull request
Aug 4, 2021BethGriggs pushed a commit that referenced this pull request
Aug 12, 2021MylesBorins pushed a commit that referenced this pull request
Aug 31, 2021This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters