You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by GitBox <gi...@apache.org> on 2019/05/15 10:40:14 UTC

[GitHub] [incubator-zipkin] anuraaga opened a new pull request #2595: Decode ByteBuffer directly where possible.

anuraaga opened a new pull request #2595: Decode ByteBuffer directly where possible.
URL: https://github.com/apache/incubator-zipkin/pull/2595
 
 
   I recalled something I noticed a while ago but forgot to address - the armeria gzip decoder currently doesn't return pooled objects even if it's input is pooled. So we'll still have the array conversion for gzipped requests, but at least non-gzipped get to avoid it.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services