- Fixed a compilation failure caused by missing
zlibdependency. - Optimized the resource management logic in the
curlmodule to prevent use-after-free risks. - Resolved the absence of
fdatasyncon macOS systems. - Improved the log output format for coroutine deadlock detection.
中文
- 修复因为缺少
zlib依赖导致编译失败的问题。 - 优化
curl模块的资源管理逻辑,以规避释放后再次使用的风险。 - 修复
macos系统没有fdatasync的问题。 - 优化协程死锁检测日志输出格式。