haproxy/include
Christopher Faulet 5811db0043 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.
2019-01-07 16:32:05 +01:00
..
common MINOR: htx: Add an helper function to get the max space usable for a block 2019-01-07 16:32:02 +01:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: channel/htx: Add HTX version for some helper functions 2019-01-07 16:32:05 +01:00
types MINOR: connections: Remove a stall comment. 2019-01-04 17:26:47 +01:00