summaryrefslogtreecommitdiff
path: root/packages/integrations/react/server.js
diff options
context:
space:
mode:
authorGravatar Luca Casonato <lucacasonato@yahoo.com> 2022-09-20 13:59:10 +0200
committerGravatar GitHub <noreply@github.com> 2022-09-20 07:59:10 -0400
commit44fa378186d711f8efab2135247ffde980e94795 (patch)
tree81c7607a79f1ec45e80f94337d9ae58b99f9bc39 /packages/integrations/react/server.js
parentdf54595a8836448a621fceeb38fbaacde1bb27cf (diff)
downloadastro-44fa378186d711f8efab2135247ffde980e94795.tar.gz
astro-44fa378186d711f8efab2135247ffde980e94795.tar.zst
astro-44fa378186d711f8efab2135247ffde980e94795.zip
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
Diffstat (limited to 'packages/integrations/react/server.js')
0 files changed, 0 insertions, 0 deletions