workshopper / learnyounode

Learn You The Node.js For Much Win! An intro to Node.js via a set of self-guided workshops.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

MystK opened this issue · comments

commented

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.

commented

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