laravel / octane

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

Ignored http-chunk usage in open_http2_protocol #875

Closed sy-records closed 5 months ago

sy-records commented 5 months ago

close #873

The issue's feedback is correct.

swoole can't directly determine if http2 is enabled or not, so it uses the config file to determine that.

driesvints commented 5 months ago

Thanks @sy-records!