diff options
author | Alex Auvolat <alex@adnab.me> | 2020-04-22 17:04:33 +0000 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-04-22 17:04:33 +0000 |
commit | 8971f34c816c42a0eb2bbcead5ac7f05854ddfb6 (patch) | |
tree | 8f2b272e1d033cab12b17271d036e3d1c0a183ba /src/rpc_client.rs | |
parent | e8214cb1807d3145907c7ed9e077fa45ada4aeea (diff) | |
download | garage-8971f34c816c42a0eb2bbcead5ac7f05854ddfb6.tar.gz garage-8971f34c816c42a0eb2bbcead5ac7f05854ddfb6.zip |
Well they still have to exit when we're exiting though
Diffstat (limited to 'src/rpc_client.rs')
-rw-r--r-- | src/rpc_client.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpc_client.rs b/src/rpc_client.rs index a5c44a2e..aeb66956 100644 --- a/src/rpc_client.rs +++ b/src/rpc_client.rs @@ -263,4 +263,3 @@ impl RpcHttpClient { } } } - |