Hi!
I have followings problems with sr_3.0 branch (4.11.2009)
remove_hf("") does not work. Header fields (I tried various ones) are not removed.
record_route(): I call record_route() but the RR header is not added. I tried both, K's and ser's rr module - both do not work.
Any hints how to debug this?
thanks klaus
On Nov 05, 2009 at 19:49, Klaus Darilion klaus.mailinglists@pernau.at wrote:
Hi!
I have followings problems with sr_3.0 branch (4.11.2009)
Could you send me the last part of the version number reported by ser -V, e.g.: version: ser 2.99.99-pre3 (i386/linux) 6fcba9 ^^^^^^^ this one
or the output of git rev-parse HEAD .
(given your previous email I'm not sure that you really are on the sr_3.0 branch and it might be a bug that was already fixed)
I've tried both ser & k version with latest sr_3.0 and it works for me (I even tried remove_hf in the on_branch route).
Do you have any other special non-default options set?
Andrei
On Nov 06, 2009 at 09:33, Klaus Darilion klaus.mailinglists@pernau.at wrote:
You're on master and not on sr_3.0:
$ git branch -a --contains ce6296 * master remotes/origin/master
I've just merged sr_3.0 fixes into it, so it should work now.
Andrei