]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: h1: make h1_measure_trailers() take the byte count in argument
authorWilly Tarreau <w@1wt.eu>
Thu, 14 Jun 2018 11:32:50 +0000 (13:32 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jul 2018 14:23:40 +0000 (16:23 +0200)
commit7314be8e2c63fedd4e5de7400dacd3ebe53428fd
tree8a0a295babb96e239aa2ab43a15c3db25e6fee94
parent188e2307043872f9181013e84f00e30d8d3ca0ad
MINOR: h1: make h1_measure_trailers() take the byte count in argument

The principle is that it should not have to take this value from the
buffer itself anymore.
include/proto/h1.h
src/h1.c
src/mux_h2.c