You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[fix] reading from same response body twice during prerender (#3473) (#3521)
* Add failing test for #3473 prerender error body used already
* Fix reading from same response body twice during prerender
* Fix quotes
* Add changeset
* Fix casing for internal variables
* Revert change of cloning response as bug was actually in prerender.js
* Avoid reading response body twice
* Revert "Avoid reading response body twice"
This reverts commit cecf7dd.
Revert being stupid #1
* Revert "Revert change of cloning response as bug was actually in prerender.js"
This reverts commit 5e5f30b.
Revert being stupid #2
* store buffered depenedency bodies for prerendering
* failing test for non-buffered endpoint data
* use buffered body if available, otherwise buffer
Co-authored-by: Rich Harris <[email protected]>
0 commit comments