]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: mux-h2: make use of hpack_encode_method() to encode the method
authorWilly Tarreau <w@1wt.eu>
Mon, 10 Dec 2018 17:25:11 +0000 (18:25 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 11 Dec 2018 08:07:02 +0000 (09:07 +0100)
commitbdabc3a25ff59277dd035fb7288725f6c7597fdc
treefd5cd64c0bf297af4dbb8ac59b50b5b8d5760298
parent39c80ebff0941ee277ce9f085a1a2fad37b8bc36
MEDIUM: mux-h2: make use of hpack_encode_method() to encode the method

The HTTP method encoding was open-coded with raw HPACK bytes, which is
not suitable there. Let's make use of the new functions to avoid this.
src/mux_h2.c