HowProgrammingWorks / NodejsStarterKit

Starter Kit for Node.js 16 or later, minimum dependencies 🚀
http://metarhia.com
MIT License
462 stars 102 forks source link

Fix request consumption in server.js #174

Closed lundibundi closed 4 years ago

lundibundi commented 4 years ago

Previously stream errors during req consumption would lead to a hanged connection and resource/memory leak. This also removes redundant double-promise from receiveBody.