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...
Looking at the implementation in NodeJS.
finishedonly means thatend()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
finishedin 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...