commit | 089cc6e8051598a47dd7718d4560b8078bf50a5b | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Oct 04 11:24:46 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Nov 17 14:33:14 2022 +0100 |
tree | 14c48b0f86e0f680db1a4b0cf19ecb409e441402 | |
parent | 7fcbcc0e4c8d7af4dabcd3c68cc8f6a78f487451 [diff] |
REORG: mux-h1: Reorg the H1C structure Fields in H1C structure are reorganised to not have the output buffer straddled between to cache lines. There is 4-bytes hole after the flags, but it will be partially filled by an enum representing the H1 connection state.