mirror of
https://github.com/moby/moby.git
synced 2026-08-12 22:16:46 +00:00
The byte-slice temporary is fully overwritten on each loop iteration so it can be safely reused to reduce GC pressure. Signed-off-by: Cory Snider <csnider@mirantis.com>