commit | dd2a5620d594523cd515a629e105a9a2b64345bb | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Jun 18 12:22:38 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Jun 19 10:06:31 2019 +0200 |
tree | 4002739a1b3a2f2e385cb0ac67421b9dc9d538bc | |
parent | 3e2638ee04407a1d9e9376f0c518f67fca7deaa4 [diff] |
BUG/MEDIUM: mux-h2: Reset padlen when several frames are demux In the function h2_process_demux(), if several frames are parsed, the padding length must be reset between each frame. Otherwise we may wrongly think a frame has a padding block because the previous one was padded. This patch must be backported to 2.0 and 1.9.