mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
When cloning binary metadata, use Buffer.from() instead of Buffer.prototype.slice(), as the latter creates a new Buffer that shares the same underlying bytes.