-
-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
Description
Looking at the implementation in NodeJS.
finished
only means that end()
has been called on the response object, not necessarily that it actually has "finished
", i.e. all data is not guaranteed to have been sent nor is it guaranteed that no further errors will occur...
I think the definition of finished
in Node is a little bit confusing. None the less, the semantics are well defined and I don't think the match the assumptions of this library...