- Fixed parameter compatibility of
Coroutine::printBackTrace()
anddebug_print_backtrace()
- Fixed parsing length is wrong when the websocket server enable http2 and websocket protocols at the same time
- Refactor curl native to support a curl handle with multiple sockets, such as the curl ftp protocol
- Support for configuring http2 default settings
- Improved websocket client, upgrade header contains websocket instead of equal
- Optimized http client, disable keep-alive when server sends connection close
- Optimized http client, prohibit adding the
Accept-Encoding
header without compression library - Improved debug info, set password as sensitive parameter under PHP-8.2
- Fixed memory leak when send_yield occurs in
Server::send()
,Http\Response::end()
,Http\Response::write()
,WebSocket/Server::push()
- Fixed crash when using
Table::getMemorySize()
before add columns - Support HTTP Range Requests