-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: do not block reading messages from docker daemon
If body responses from the docker daemon were not read fast enough, docker would block image pulls. This now reads the messages from the docker response body and no longer blocks. As a bonus, context is now respected so ctrl+c will stop an image pull. part of DEP-1801 Signed-off-by: Chris Goller <[email protected]>
- Loading branch information
Showing
1 changed file
with
68 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters