-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(fetch): fix memory leak when passing
keepAlive
(#83)
* fix: memory leak when using keepAlive * chore: fix changeset * remove socket listeners on "abort" Co-authored-by: Matt Brophy <matt@brophy.org> * chore: remove obsolete changeset --------- Co-authored-by: Marwan Fikrat <32395961+marwan38@users.noreply.github.com> Co-authored-by: Donavon West <github@donavon.com> Co-authored-by: Matt Brophy <matt@brophy.org>
- Loading branch information
1 parent
dcea779
commit 5fde362
Showing
2 changed files
with
19 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@web-std/fetch": patch | ||
--- | ||
|
||
Memory leak caused by unregistered listeners. Solution was copied from a node-fetch pr. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters