Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix memory leak from cloned responses (#661)
Fixes #648 This removes an unnecessary response clone that was used in body method shortcuts, such as `ky().json()`, which caused the original response to be fully buffered and never consumed.
- Loading branch information