commit | c64a2a307ccd304f0e5ee5a842b019cf6d4053b1 | [log] [tgz] |
---|---|---|
author | Emeric Brun <ebrun@haproxy.com> | Wed Jun 30 18:01:02 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jul 06 07:24:42 2021 +0200 |
tree | 623e2654dd0f79686d33d031e9386bb971de7098 | |
parent | 0e3457b63ac993f7619f74aad2cc05ef21835521 [diff] |
MEDIUM: stick-table: handle arrays of standard types into stick-tables This patch provides the code to handle arrays of some standard types (SINT, UINT, ULL and FRQP) in stick table. This way we could define new "array" data types. Note: the number of elements of an array was limited to 100 to put a limit and to ensure that an encoded update message will continue to fit into a buffer when the peer protocol will handle such data types.