Skip to content

v3.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Dec 11:32
· 89 commits to master since this release

Features

Bug Fixes

Code Refactoring

  • refactoring the coroutine switching process using yieldk (Jianhui Zhao)
  • socket: use path instead fd as input parameter for sendfile (Jianhui Zhao)
  • socket: do not return offset aim to simplify sendfile (Jianhui Zhao)

Performance Improvements

  • http: invoke sendfile to send body with file (Jianhui Zhao)

Chores