mirror of
https://github.com/moby/moby.git
synced 2026-08-10 01:49:04 +00:00
Adds a new configuration to specify a read timeout for acks. Fluentd can be configured to expect acks from the server. In such scenarios, this configuration enables clients to timeout the read operation if the server or the connection is unresponsive. The default behavior of waiting forever remains unchanged. Signed-off-by: Anirudh Aithal <aithal@amazon.com> Signed-off-by: Sebastiaan van Stijn <github@gone.nl>