Skip to content

node-fetch-server v0.5.1

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jan 17:48
· 16 commits to main since this release
  • Iterate manually over response bodies in sendResponse instead of using for await...of. This seems to avoid an issue where the iterator tries to read from a stream after the lock has been released.