From 612d77fa907d7af9938c85a9eac7b49d44e56ef1 Mon Sep 17 00:00:00 2001 From: Ferris Tseng Date: Wed, 27 Jun 2018 15:55:03 -0400 Subject: turn off keep alive --- ipfs-api/src/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipfs-api/src/client.rs b/ipfs-api/src/client.rs index 5309270..c6d0172 100644 --- a/ipfs-api/src/client.rs +++ b/ipfs-api/src/client.rs @@ -51,7 +51,7 @@ impl IpfsClient { Ok(IpfsClient { base: base_path, - client: Client::builder().keep_alive(true).build_http(), + client: Client::builder().keep_alive(false).build_http(), }) } -- cgit v1.2.3