From 52f2ff1c608e52cdb8e247e65b4a47450592d70d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= Date: Thu, 31 Mar 2022 19:19:10 +0100 Subject: [PATCH] docs: new changelog entry --- CHANGELOG.md | 2 +- app.js | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70bcf86..9fdf249 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -* +* Issue related with empty body payloads and forwarding ## [0.2.3] - 2022-03-31 diff --git a/app.js b/app.js index c14babc..87f818e 100644 --- a/app.js +++ b/app.js @@ -87,9 +87,6 @@ app.all("*", (req, res, next) => { forever: true }; - console.info(`'${req.body}'`); - console.info(req.body); - // in case there's a valid body defined for the request // then sets the body in the options if (req.body && Buffer.isBuffer(req.body) && req.body.length > 0) {