publish new versions

This commit is contained in:
github-actions[bot]
2026-09-03 18:01:16 +00:00
committed by GitHub
parent a21555ddd2
commit a38baf612b
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.