]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: mux-h1: refactor output processing
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 24 May 2019 13:28:57 +0000 (15:28 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 5 Jun 2019 08:12:11 +0000 (10:12 +0200)
commit94b2c7639941c110618b9611c77fffccde7d276b
tree5376e7ef35a7c9259efc2227f40774dbccf8a6f4
parenta2ea158cf23d667d758a67ea31a255f9c6ccd2ed
MEDIUM: mux-h1: refactor output processing

When we format the H1 output, in the loop on the HTX message, instead of
switching on the block types, we now switch on the message state. It is almost
the same, but it will ease futur changes, on trailers and end-of markers.
src/mux_h1.c