-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
None
Message.copy() uses Headers.copy() which does not copy the headers but just uses refs. This might cause unintended side effects, investigate whether this is okay or not.
Example: we have a message in a retransmission table. We might copy it on retransmissio and change a header, that change will then be made in the original header.