Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow Content-Length to omitted when pushing on patch requests
Technically due to the way the specification is written today the moby/docker cli push is nonconformant. Given that is one of the most common ways users are pushing today, the specification should recognize that it is allowed. Further, requiring `Content-Length` to be set means that no client that is conforming can use http chunked encoding, which limits the use of CDNs like CloudFlare and other reverse proxies. See further discussion at: containerd/containerd#7459 Signed-off-by: Ian Zink <[email protected]>
- Loading branch information