Allow `abort` after `req.finished`
Fixed
- Previously impossible to abort response part-way because
abort()blocked whenreq.finished = true - The
abortevent will only trigger once from now on
Added
- Add new
req.closedto indicate the current request/response stream has closed