Closed shakuzen closed 2 months ago
@reta wanna do one of your version bumps prior to cutting a patch release?
@reta wanna do one of your version bumps prior to cutting a patch release?
Sure! Here we are: https://github.com/openzipkin/zipkin-reporter-java/pull/271
newBody was called twice which would result in encoding the list of spans twice unnecessarily. This change will reduce allocations and copying memory.