From 4e3c793796b9053940b7b86ca6f94dbed5ceb38b Mon Sep 17 00:00:00 2001 From: YuanSheng Wang Date: Tue, 6 Jul 2021 12:39:06 +0800 Subject: [PATCH] chore: avoid using connection pool same as v2 protocol. --- lib/resty/etcd/v3.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/resty/etcd/v3.lua b/lib/resty/etcd/v3.lua index 437050eb..1ea2a7a0 100644 --- a/lib/resty/etcd/v3.lua +++ b/lib/resty/etcd/v3.lua @@ -111,7 +111,7 @@ local function _request_uri(self, method, uri, opts, timeout, ignore_auth) end local headers = {} - local keepalive = true + local keepalive = false if self.is_auth then if not ignore_auth then -- authentication reqeust not need auth request