[SR-Users] is t_flush_flags() really needed?

2018-03-26 Thread Juha Heinanen
Juha Heinanen writes: > While testing xflags, i noticed that a regular flag that I set AFTER > calling t_newtrans() stays set in onreply_route even when I do not > call t_flush_flags(). I made the same test with xflags and they do require t_flush_xflags() call if an xflag is set after

[SR-Users] is t_flush_flags() really needed?

2018-03-25 Thread Juha Heinanen
While testing xflags, i noticed that a regular flag that I set AFTER calling t_newtrans() stays set in onreply_route even when I do not call t_flush_flags(). In a route block: if (!t_newtran()) { ERROR(Failed to create new transaction for $rm <$ru>); exit;