commit | d238ae3a9b82b32bf7ca859555faf974f55042fa | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Dec 21 15:10:25 2018 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Dec 21 15:33:26 2018 +0100 |
tree | 1489172bc7e8fc91bcd41d68284be1b0690b946a | |
parent | c963eb2a1d654abb9837ca32b5fd26fcb7ad99b7 [diff] |
BUG/MINOR: compression/htx: Don't add the last block of data if it is empty In HTX, when the compression filter analyze the EOM, it flushes the compression context and add the last block of compressed data. But, this block can be empty. In this case, we must ignore it.