struct field metric;
struct channel *chn = si_ic(appctx->owner);
struct ist out = ist2(trash.area, 0);
- size_t max = channel_htx_recv_max(chn, htx);
+ size_t max = htx_free_data_space(htx);
int ret = 1;
#ifdef USE_OPENSSL
struct field metric;
struct channel *chn = si_ic(appctx->owner);
struct ist out = ist2(trash.area, 0);
- size_t max = channel_htx_recv_max(chn, htx);
+ size_t max = htx_free_data_space(htx);
int ret = 1;
while (appctx->st2 && appctx->st2 < ST_F_TOTAL_FIELDS) {
struct field metric;
struct channel *chn = si_ic(appctx->owner);
struct ist out = ist2(trash.area, 0);
- size_t max = channel_htx_recv_max(chn, htx);
+ size_t max = htx_free_data_space(htx);
int ret = 1;
uint32_t weight;
struct field metric;
struct channel *chn = si_ic(appctx->owner);
struct ist out = ist2(trash.area, 0);
- size_t max = channel_htx_recv_max(chn, htx);
+ size_t max = htx_free_data_space(htx);
int ret = 1;
uint32_t weight;