mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
* fix(NodeApp): fix responses with null bodies never completing * add changeset * add test * chore(tests): restore correct assertions * adjust incorrect test * added Astro.redirect and Response.redirect test cases * updated incorrect HTTP status * adjust api-routes.test.js after cherry-pick * bup markdoc test timeout --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: Friedemann Sommer <friedemannsommer@users.noreply.github.com>
166 B
166 B
astro |
---|
patch |
Fixes a regression where a response created with Response.redirect
or containing null
as the body never completed in node-based adapters.