]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: mux-h1: Fix the parsing of trailers
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 7 May 2019 08:53:32 +0000 (10:53 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 7 May 2019 20:16:41 +0000 (22:16 +0200)
commit39593e6ae3442babab462c0b94abf6cc8c755146
tree7dcfa2a38fec89fb05597b9e6b4709faf3b03399
parent3b1d004d410129efcf365643d2583dcd2cb6ed0f
BUG/MINOR: mux-h1: Fix the parsing of trailers

Unlike other H1 parsing functions, the 3rd parameter of the function
h1_measure_trailers() is the maximum number of bytes to read. For others
functions, it is the relative offset where to stop the parsing.

This patch must be backported to 1.9.
src/mux_h1.c