openswoole / ext-openswoole

Programmatic server for PHP with async IO, coroutines and fibers
https://openswoole.com
Apache License 2.0
796 stars 48 forks source link

Empty response on FreeBSD 14 using SWOOLE_PROCESS #356

Open elarmust opened 4 months ago

elarmust commented 4 months ago

To keep the story short, I'll share a link to the Swoole issue page: https://github.com/swoole/swoole-src/issues/5174 This issue also affects OpenSwoole.

bitslip6 commented 1 month ago

I would love to collaborate on getting bugs worked out on FreeBSD. There is some logic errors in the http2 handler when sending responses that are smaller than the buffer. (code assumes sending a single large blob of HTML at the end). This is a problem for me also for streaming content. I have a patch if interested.