From a7c187516c5631a0f37a02575ea47c9363780cfb Mon Sep 17 00:00:00 2001 From: Serge Klochkov Date: Tue, 7 May 2024 14:11:13 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9690032..b446fe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## Bug fixes -- The `command` method now drains the response stream properly, as in the previous implementation it could cause the Keep-Alive socket to close after each request. +- The `command` method now drains the response stream properly, as the previous implementation could cause the Keep-Alive socket to close after each request. # 1.0.1 (Common, Node.js, Web)