Bugs item #1786664, was opened at 2007-09-02 17:00 Message generated for change (Comment added) made by klaus_darilion You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1786664&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: Closed >Resolution: Invalid Priority: 5 Private: No Submitted By: Iñaki Baz (ibc_sf) >Assigned to: Klaus Darilion (klaus_darilion) Summary: [textops] "append_hf" too in previous "append_branch" ¿? Initial Comment: Hi, if I add a header **after*** "append_branch()" the new branch has too that header, why? I mean: append_branch(); # New branch. append_hf("New-Header: just for current branch\r\n"); So now the current branch gets, when leaves the route, a new header. But the unexpected is that the appended branch has it too. I think that the expected bahavious is just the current branch to get that new header. ---------------------------------------------------------------------- >Comment By: Klaus Darilion (klaus_darilion) Date: 2007-09-03 12:39 Message: Logged In: YES user_id=1318360 Originator: NO Hi! The behavior is correct. If you want to add a header only for a certain branch you have to do the append_hf in a branch_route[] block. ---------------------------------------------------------------------- Comment By: Iñaki Baz (ibc_sf) Date: 2007-09-02 17:03 Message: Logged In: YES user_id=1844020 Originator: YES I forgot to tell that I'm using OpenSer 1.2.2. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1786664&group_id=139143 _______________________________________________ Devel mailing list Devel@openser.org http://openser.org/cgi-bin/mailman/listinfo/devel