faradayio / boondock

Docker daemon API in Rust
43 stars 14 forks source link

Add client timeout #21

Closed fussybeaver closed 4 years ago

fussybeaver commented 6 years ago

Adds a configurable timeout for the docker client. Before, I believe it was indefinite according to https://hyper.rs/hyper/0.8.0/src/hyper/src/client/mod.rs.html#129

emk commented 6 years ago

Thank you for all your patches! I just moved to a new house, and I haven't been able to look at boondock for a while. I hope to take a look in the next few weeks. (boondock is passively maintained—my employer uses it in an important tool, and so we fix it if it breaks, but the turnaround time for PRs can be longer than I'd like at time.)

fussybeaver commented 4 years ago

I guess this is leftover issues from before the fork.. closing for now