]> git.ipfire.org Git - thirdparty/curl.git/commit
http2: aggregate small SETTINGS/PRIO/WIN_UPDATE frames
authorStefan Eissing <stefan@eissing.org>
Wed, 8 Feb 2023 09:37:36 +0000 (10:37 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 8 Feb 2023 09:41:15 +0000 (10:41 +0100)
commitead2b2d4f65ef433b2505b61c547baa106557100
treed9a0f22d1df55c5e0b5faea4f2c31ce38b5043cf
parente8b00fcd6a0c7ff179cebb3615ccebf1f6790b69
http2: aggregate small SETTINGS/PRIO/WIN_UPDATE frames

add a small buffer to nghttp2 session sending in order to aggregate
small SETTINGS/PRIO/WIN_UPDATE frames that nghttp2 "writes" to the
callback individually.

Ref: #10389
Closes #10432
lib/cf-socket.c
lib/http2.c