commit | 2ae35045e2910074ad1c540efd3b70afe4407ae9 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu May 16 11:16:39 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 28 07:42:12 2019 +0200 |
tree | 054c92a833e989709693a46d7076e5237686a8fe | |
parent | aad458587dda20f42476463fc2b82753f6546336 [diff] |
MINOR: htx: Add function htx_get_max_blksz() This functions should be used to get the maximum size for a block, not exceeding the max amount of bytes passed in argument. Thus max may be set to -1 to have no limit.