Skip to content

v6.1.1

Latest

Choose a tag to compare

@NathanFreeman NathanFreeman released this 30 Oct 14:35
· 5 commits to master since this release
9c0578b
  • Fixed a compilation failure caused by missing zlib dependency.
  • Optimized the resource management logic in the curl module to prevent use-after-free risks.
  • Resolved the absence of fdatasync on macOS systems.
  • Improved the log output format for coroutine deadlock detection.

中文

  • 修复因为缺少zlib依赖导致编译失败的问题。
  • 优化curl模块的资源管理逻辑,以规避释放后再次使用的风险。
  • 修复macos系统没有fdatasync的问题。
  • 优化协程死锁检测日志输出格式。