mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
d996db6f0b
* fix: throw error if rewrite is attempted after body is used * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
150 B
150 B
astro |
---|
patch |
Adds a new error RewriteWithBodyUsed
that throws when Astro.rewrite
is used after the request body has already been read.