Bugs item #1786666, was opened at 2007-09-02 16:17 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1786666&group_id=139143
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: modules Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: IƱaki Baz (ibc_sf) Assigned to: Nobody/Anonymous (nobody) Summary: [textops] "append_hf" with "remove_hf" don't work Initial Comment: OpenSer 1.2.2. This bug/wish only would make sense if report #1786664 works. Anyway I tell it: If I had a header and remove it (during the same process) finally that header is just added: append_hf("New-Header: Yes\r\n"); remove_hf("New-Header"); After the message is sent it has that header, but it is expected not to contain it. I know that the header operations are made after the routing has finished, but somewhere the logic to apply is stored, and this logic could be improved in order not to add a header if it has been removed during the same route process. If this bug wouuld fix/improved and #1786664 too, then I could do things like: append_hf("New-Branch: Yes\r\n"); append_branch(); remove_hf("New-Branch"); So just the new branch would have the header, but not the original branch. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1786666&group_id=139143 _______________________________________________ Devel mailing list Devel@openser.org http://openser.org/cgi-bin/mailman/listinfo/devel