commit | 12a08d8849166ec0a779bbdee2ce9d768d5aa824 | [log] [tgz] |
---|---|---|
author | Tim Duesterhus <tim@bastelstu.be> | Mon Dec 21 19:40:16 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Dec 22 09:02:11 2020 +0100 |
tree | c0768eccd44ff63ba2c3f814e8e0d0d8321db68f | |
parent | 4d711760de1ca0a3734a0a813cb0012dc3d2628a [diff] |
BUG/MEDIUM: mux_h2: Add missing braces in h2_snd_buf()around trace+wakeup This is a regression in 7838a79ba ("MEDIUM: mux-h2/trace: add lots of traces all over the code"). The issue was found using -Wmisleading-indentation. This patch fixes GitHub issue #1015. The impact of this bug is that it could in theory cause occasional delays on some long responses for connections having otherwise no traffic. This patch should be backported to 2.1+, the commit was first tagged in v2.1-dev2.