]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h2: make the H2 MAX_FRAME_SIZE setting configurable
authorWilly Tarreau <w@1wt.eu>
Thu, 21 Feb 2019 12:24:36 +0000 (13:24 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 21 Feb 2019 16:30:59 +0000 (17:30 +0100)
commita24b35ca18885809001454699b4e44b49abccde6
tree93890a08d339d05114c1c076a86071209d727802
parent2bf0c13261924d06317556ed603fb32e41a2d2c5
MINOR: mux-h2: make the H2 MAX_FRAME_SIZE setting configurable

This creates a new tunable "tune.h2.max-frame-size" to adjust the
advertised max frame size. When not set it still defaults to the buffer
size. It is convenient to advertise sizes lower than the buffer size,
for example when using very large buffers.
doc/configuration.txt
src/mux_h2.c