MINOR: h1: make h1_measure_trailers() use an offset and a count
authorWilly Tarreau <w@1wt.eu>
Thu, 14 Jun 2018 14:52:02 +0000 (16:52 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jul 2018 14:23:41 +0000 (16:23 +0200)
commitf40e68227b77001c33c6a007c0b32def01de4121
tree4fc5d04023a26b9ac48475e289fb8bfba7bf6559
parent84d6b7af87705b07192486c31dbbf17005dc08c0
MINOR: h1: make h1_measure_trailers() use an offset and a count

This will be needed by the H2 encoder to restart after wrapping.
include/proto/h1.h
src/h1.c
src/mux_h2.c