mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
Fixes an issue where a client can send a large body but specifiy application/json as the content-type, and cause Docker to consume lots of RAM while trying to buffer the body so it can be dumped to the debug log. Signed-off-by: Brian Goff <cpuguy83@gmail.com> Upstream-commit: 89af3835d483fe758f301aa8f3b1062a0ab712fb Component: engine