ha_wurfl_log("WURFL: starting ha_wurfl_get_all\n");
chn = (smp->strm ? &smp->strm->req : NULL);
- htx = smp_prefetch_htx(smp, chn, 1);
+ htx = smp_prefetch_htx(smp, chn, NULL, 1);
if (!htx)
return 0;
ha_wurfl_log("WURFL: starting ha_wurfl_get\n");
chn = (smp->strm ? &smp->strm->req : NULL);
- htx = smp_prefetch_htx(smp, chn, 1);
+ htx = smp_prefetch_htx(smp, chn, NULL, 1);
if (!htx)
return 0;
// We could skip this chek since ha_wurfl_retrieve_header is called from inside
// ha_wurfl_get()/ha_wurfl_get_all() that already perform the same check
// We choose to keep it in case ha_wurfl_retrieve_header will be called directly
- htx = smp_prefetch_htx(smp, chn, 1);
+ htx = smp_prefetch_htx(smp, chn, NULL, 1);
if (!htx) {
return NULL;
}