mirror of
https://github.com/moby/moby.git
synced 2026-07-22 15:32:50 +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>