astro/.changeset/seven-suits-sit.md
Adrian Dimitrov 9cc3a11c44
Do not send body with HEAD and GET on node integration (#4105)
* Do not send body with HEAD and GET on node integration

* Create seven-suits-sit.md

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-08-02 11:19:43 -05:00

5 lines
101 B
Markdown

---
"astro": patch
---
Do not send `body` with `HEAD` or `GET` requests when using `server` output.