laravel / octane

Supercharge your Laravel application's performance.
https://laravel.com/docs/octane
MIT License
3.73k stars 289 forks source link

fix swoole file streaming #842

Closed L3o-pold closed 5 months ago

L3o-pold commented 5 months ago

fix #763

as explain in the Swoole / Openswoole documentation if offset parameter is unset, the whole file is send resulting in issues with file streaming.