I use node v14.15.1 for this project. ├── LICENSE ├── logs │ ├── all.log │ └── error.log ├── nodemon.json ├── package.json ...
I noticed that the abort controller on a cloned request is lost if the GC runs between the request and the server response. This can happen if the response body is a ReadableStream and the client ...