Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid encoding list of spans twice in BaseHttpSender (#270)
newBody was called twice which would result in encoding the list of spans twice unnecessarily. This change will reduce allocations and copying memory.
- Loading branch information