node-fetch-server v0.5.1
github-actions
released this
25 Jan 17:48
·
16 commits
to main
since this release
- Iterate manually over response bodies in
sendResponse
instead of usingfor await...of
. This seems to avoid an issue where the iterator tries to read from a stream after the lock has been released.