Swoole v4.5.3 版本发布
新增 API 增加Swoole\Process\ProcessManager(swoole/library#88f147b) (@huanghantao) 增加 ArrayObject::append, StringObject::equals (swoole/library#f28556f) (@matyhtf) 增加 Coroutine::parallel (swoole/library#6aa89a9) (@matyhtf) 增加 CoroutineBarrier (swoole/library#2988b2a) (@matyhtf) 增强 增加 usePipelineRead 来支持 http2 client streaming (#3354) (@twose) http 客户端下载文件时,在接受数据前不创建文件 (#3381) (@twose) http client 支持bind_address和bind_port配置 (#3390) (@huanghantao) http client 支持lowercase_header配置 (#3399) (@matyhtf) Swo...