Hello all,
Is it preferable to to a check before removing a header field or to simply call 
remove_hf()?  Are there any performance considerations?

i.e. 
if is_present_hf("X-Account-Code")
                remove_hf("X-Account-Code");

vs
remove_hf("X-Account-Code");

Thanks,
Spencer


_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Reply via email to