]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: mux-h2: don't check the CS count in h2c_bck_handle_headers()
authorWilly Tarreau <w@1wt.eu>
Thu, 3 Jan 2019 08:20:05 +0000 (09:20 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 3 Jan 2019 08:28:59 +0000 (09:28 +0100)
commitc1fc95f850cb9668e6517ca3755808544e931b9f
tree9b7463ab789bf145d9b8aac25940511edb472c82
parent8dbb1705fda5ce5e090738350c54d44c411d86ff
BUG/MINOR: mux-h2: don't check the CS count in h2c_bck_handle_headers()

This function handles response HEADERS frames, it is not responsible
for creating new streams thus it must not check if we've reached the
stream count limit, otherwise it could lead to some undesired pauses
which bring no benefit.

This must be backported to 1.9.
src/mux_h2.c