containerd/core/content/proxy
Jonathan A. Sternberg eaa7ca80dc
proxy: break up writes from the remote writer to avoid grpc limits
The remote content writer proxy already has the capability to break up
large files into multiple writes, but the current API doesn't recognize
when it's about to exceed the limits and attempts to send the data over
grpc in one message instead of breaking it into multiple messages.

This changes the behavior of `Write` to automatically break up the size
of the content based on the max send message size.

Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>
(cherry picked from commit f25f36c334144d87233e06b0de90522ebd97e144)
2025-02-28 11:29:51 -06:00
..
content_reader.go Make api a Go sub-module 2024-05-02 11:03:00 -07:00
content_store.go Update errdefs to 0.3.0 2024-10-18 16:04:54 -07:00
content_writer.go proxy: break up writes from the remote writer to avoid grpc limits 2025-02-28 11:29:51 -06:00