]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: mux-h1: Fix test to skip trailers from chunked messages
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 22 Apr 2026 15:24:56 +0000 (17:24 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 23 Apr 2026 08:49:10 +0000 (10:49 +0200)
commit7798c38fd3259da27dd458c0eba597066bb882a1
tree8f8f0fe234df89110c91da3c6571344828dc66c3
parent392abee6d4fc6e86488829ea40ad8dbbbb35ba71
BUG/MINOR: mux-h1: Fix test to skip trailers from chunked messages

The test to remove trailers from chunked messages was inverted and is thus
ineffective. The flag for the requests was tested on client side and the flag
for the response was tested on server side. It should be the opposite.

This patch must be backported as far as 3.2.
src/mux_h1.c