node/lib/internal/http2
Marten Richter 89eee7763f http2: addtl http/2 settings
Currently, node.js http/2 is limited in sending SETTINGs,
that are currently implemented by nghttp2.
However, nghttp2 has the ability to send arbitary SETTINGs,
that are not known beforehand.
This patch adds this feature including a fall back mechanism,
if a SETTING is implemented in a later nghttp2 or node version.

Fixes: https://github.com/nodejs/node/issues/1337
PR-URL: https://github.com/nodejs/node/pull/49025
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
2024-01-02 15:05:22 -03:00
..
compat.js errors: improve hideStackFrames 2023-11-14 09:18:05 +01:00
core.js http2: addtl http/2 settings 2024-01-02 15:05:22 -03:00
util.js http2: addtl http/2 settings 2024-01-02 15:05:22 -03:00