Reason to not instantiate header when processing message? #1975
-
|
If an incoming message doesn't have any headers, It's not at all a big deal, just a bit tedious and I found it surprising, especially since |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Headers were not originally in the protocol but yes the reason would have been minimizing memory usage when introducing the feature. NewMsg helper was also added around the same time. |
Beta Was this translation helpful? Give feedback.
Headers were not originally in the protocol but yes the reason would have been minimizing memory usage when introducing the feature. NewMsg helper was also added around the same time.