Willy, Luca, Am 06.09.19 um 05:17 schrieb Willy Tarreau: >> smp->data.type = SMP_T_STR; >> smp->flags = SMP_F_MAY_CHANGE;
Comparing this with the time fetches I believe there is 'SMP_F_VOL_TEST' missing, no? >> smp->data.type = SMP_T_STR; >> smp->data.u.str.area = smp_fetch_uuid_res; >> smp->data.u.str.data = strlen(smp_fetch_uuid_res); > Best regards Tim Düsterhus

