commit | 5811db004321def90f8aa8f8b17329b9afda3295 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Jan 07 13:57:01 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jan 07 16:32:05 2019 +0100 |
tree | a1367de307ea57b9ad70c94d30f14175b22ba60f | |
parent | 8564c1f04b8a6460d0054a71e03960b92bb5763e [diff] |
MINOR: channel/htx: Add HTX version for some helper functions HTX versions for functions to test the free space in input against the reserve have been added. Now, on HTX streams, following functions can be used: * channel_htx_may_recv * channel_htx_recv_limit * channel_htx_recv_max * channel_htx_full This patch must be backported in 1.9 because it will be used by a futher patch to fix a bug.