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
This directory contains code pertaining to the Docker API:
-
Used by the docker client when communicating with the docker daemon
-
Used by third party tools wishing to interface with the docker daemon