You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix could not send SSL negotiation packet(Resource temporarily unavailable). @NathanFreeman
Fix the issue where certain critical parameters of Swoole\Server are not reset to 0 during process restart. @NathanFreeman
Fix the problem where Swoole\Http\Request::getMethod() returns the incorrect request method when HTTP2 is enabled. @matyhtf
💪 Optimization:
Optimize Swoole\Http\Response::end(). Response data larger than 16K will be sent directly through the socket, while data smaller than or equal to 16K will be copied to the buffer first before being sent out via the socket. @NathanFreeman
😊 Thank you
Thank you for your contribution to Swoole v5.1.4. Wish you good health, all the best, and smooth work.