]> git.kaiwu.me - haproxy.git/commit
MINOR: mux-h2: also support emitting CONTINUATION on trailers
authorWilly Tarreau <w@1wt.eu>
Fri, 11 Oct 2019 14:58:37 +0000 (16:58 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 11 Oct 2019 15:00:04 +0000 (17:00 +0200)
commit572d9f58474735e048cc6108c164ebf94e99739a
treebcb9b560bb205f1e6a7b20ea62413e9e56d9668b
parent804ef244c6724f9ad7996017b1e3087a61ec2dd9
MINOR: mux-h2: also support emitting CONTINUATION on trailers

Trailers were forgotten by commit cb985a4da6 ("MEDIUM: mux-h2: support
emitting CONTINUATION frames after HEADERS"), this one just fixes this
miss.
src/mux_h2.c