cc7637793b65f7dfa7ad91a7cf4a22e3adf8e825
This reverts commit 84b2162c1a15256ac09396ad0d75686ea468f40c. The intent of this commit was to set an idle timeout on a HTTP connection. If a read took more than 60 seconds to complete, or a write took more than 60 seconds to complete, the connection would be considered dead. This doesn't work properly, because the HTTP internals apparently read from the connection concurrently while writing. An upload that doesn't complete in 60 seconds leads to a timeout. Fixes #19967 Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com> Upstream-commit: cbda80aaff026329a13bb2d0943a4c428251e207 Component: engine
Description
No description provided
310 MiB
Languages
Go
92%
Shell
5.5%
Dockerfile
1.1%
Go-Checksums
0.9%
Makefile
0.3%
Other
0.2%