next.js
57bb52d3 - Fix stale revalidate stream handling (#55978)

Commit
2 years ago
Fix stale revalidate stream handling (#55978) This ensures we don't block sending the stream down when handling stale revalidates, in edge runtime we leverage the existing `waitUntil` handling and in node.js runtime we couple this into our pipe readable handling to wait to close the writable until after the promise resolves. x-ref: https://github.com/vercel/next.js/issues/54193
Author
Parents
Loading