]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: mux-h1: Simplify payload formatting based on HTX blocks on sending path
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 27 Sep 2023 14:33:29 +0000 (16:33 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 17 Oct 2023 16:51:13 +0000 (18:51 +0200)
commit2db273a7b5155f950dddfd87b664c7385a242bf0
tree779c6128c50eff3f67037dace9a158efc98bac57
parent129787fb000770e07e95013a50450e7012e38801
MEDIUM: mux-h1: Simplify payload formatting based on HTX blocks on sending path

Just like for the zero-copy, this patch tries to simplify the code
responsible to format the message payload before sending it. But here, we
take care to simplify the loop on the HTX blocks. The result should be
less errorrpone.
src/mux_h1.c