seykron
Results
1
issues of
seykron
Node HTTP API defines [two events](http://nodejs.org/api/http.html#http_event_close_1) to finish the response: `finish` and `close`. When `res.end()` is called node triggers the `finish` event, but if the request terminates unexpectedly (i.e.: the...