Juha Heinanen wrote:
Bogdan-Andrei Iancu writes:
- more efficient handling of lumps (changes in request) - instead of
cloning and removing the entire lump tree for each branch, using lump flags, after each branch, the original lump tree will be just cleaned only what was added during branch route will be removed).
what if some headers were removed in branch route? will they be still there for other branches?
all adds / removes are actually lumps added to original request - all lumps added in a branch route are removed after its execution, so all changes (add or remove) will be cancelled for the rest of the branches.
so, if toy remove a hdr from a branch route, the hdr will still be visible for the rest of the branches.
regards, bogdan