]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: h1: Fix debug warnings for h1 headers
authorDirkjan Bussink <d.bussink@gmail.com>
Fri, 14 Sep 2018 12:30:25 +0000 (14:30 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 9 Oct 2018 13:09:29 +0000 (15:09 +0200)
commitc26c72d89b26374d4053c810de961cbdecb8f8bb
tree40c3507235a6b57ec9db962c9475d34a7ea32cd6
parent1d323de5e103a92b612f9f5299f706a5b1a8001c
CLEANUP: h1: Fix debug warnings for h1 headers

The wrong method was used to debug the h1m state here. This fixes both
the signature of the h1m method and also fixes the invocation to be
correct.
include/proto/h1.h
src/mux_h2.c