workshopper / learnyounode

Learn You The Node.js For Much Win! An intro to Node.js via a set of self-guided workshops.
Other
7.24k stars 1.84k forks source link

Exercise 12 - "end" and "close" events for http.IncomingMessage are never triggered #717

Closed MystK closed 3 years ago

MystK commented 3 years ago

When running learnyounode to trigger the POST call, it doesn't trigger the end or close event.

I tried running the POST call from Postman and it did trigger.

MystK commented 3 years ago

Sorry I see now. The connection isn't closed and stays open so more requests are able to be sent. Thanks