sst / ion

❍ — a new engine for SST
https://ion.sst.dev
MIT License
1.08k stars 126 forks source link

fix: Add missing `responseStream` argument to streaming handler #468

Closed mhodgson closed 1 month ago

mhodgson commented 1 month ago

Fixes broken warm functionality with streaming functions.

When the warm function is added to an SSR site it injects this code, which errors without this PR: https://github.com/sst/ion/blob/7d3837cc196bfe19b2e54c1004d8b5bff03b2c8c/pkg/platform/src/components/aws/ssr-site.ts#L719-L720