Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
330: Add missed args passthrough in the HTTP client r=thomaseizinger a=andrey-yantsen Initially, I was trying to test if #271 was fixed after migrating to Bollard (and yes, it was!). I thought that the simplest way to test it is just run something like `docker run --rm ubuntu:latest bash -c 'sleep 10 && echo ready && sleep 10'`. It worked like a charm for the Cli client but started to fail as soon as I switched to the HTTP one. Long story short — #270 will be fixed with the changes in this PR, and #271 can already be closed. You seem to just forget about the args when you were implementing the HTTP client :) Fixes #270. Co-authored-by: Andrey Yantsen <andrey@janzen.su>
- Loading branch information