Changes
- Require an explicit
{stream: true}option before detecting streams. This is necessary because Astro sends chunked encoding. If we did automatic detection, all requests would be incorrectly read as streams.
{stream: true} option before detecting streams. This is necessary because Astro sends chunked encoding. If we did automatic detection, all requests would be incorrectly read as streams.