astro/packages
Luca Casonato 44fa378186
Remove explicit Transfer-Encoding: chunked header (#4807)
* Remove explicit `Transfer-Encoding: chunked`

This header is not necessary and is ignored by essentially all HTTP
servers when provided explicitly by the user. This is because the HTTP
transport layer handles adding this header automatically as needed.

Some variations of HTTP transport (like HTTP/2, which is enabled by
default in Deno, Netlify, and CFW) have no notion of
`Transfer-Encoding: chunked`, because all responses are streamed.

* add changeset
2022-09-20 07:59:10 -04:00
..
astro Remove explicit Transfer-Encoding: chunked header (#4807) 2022-09-20 07:59:10 -04:00
astro-prism [ci] release (#4249) 2022-08-11 16:50:59 -07:00
astro-rss [ci] release (#4707) 2022-09-12 15:08:39 -04:00
create-astro .md only: npm init astro --> npm create astro (#4760) 2022-09-16 12:40:06 -05:00
integrations fixed broken emoji for in "Getting started" section of integration docs (#4795) 2022-09-19 12:58:06 -03:00
markdown fix(markdown-remark): declare hast-util-to-html as a dependency (#4787) 2022-09-20 17:21:54 +08:00
telemetry Astro 1.0.0 (#4214) 2022-08-09 11:10:25 -05:00
webapi docs: specify lang for a codeblock (#4314) 2022-08-15 15:34:45 +08:00