From a1673bf1486d4aa88a44e7c88863b386360197ab Mon Sep 17 00:00:00 2001 From: Antoni Kepinski Date: Sun, 24 May 2020 13:05:04 +0200 Subject: [PATCH] Update CHANGELOG.md --- docs/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 4742d05..ece43fb 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -18,6 +18,7 @@ Changelog - Fix: example using `file-type` (#804). - Fix: settle `consumeBody` promise when the response closes prematurely (#768). - Fix: disambiguate timeout behavior for response headers and body (#770). +- Fix: make sure the default `highWaterMark` equals 16384. - Other: readme update. - Other: update copyright information.