publish new versions

This commit is contained in:
github-actions[bot]
2026-09-10 02:37:26 +00:00
committed by GitHub
parent 0850317b5c
commit 53f48ab5bf
9 changed files with 23 additions and 13 deletions
@@ -1,6 +0,0 @@
---
"http": patch
"http-js": patch
---
Fix unhandled promise rejections on every `fetch` teardown: the request/body cleanup commands were fired as floating promises, and releasing an already-released resource rejects with `The resource id N is invalid.`. `dropBody` is now idempotent and both cleanup calls handle their own rejection.