Skip to content

1.2.0 (2024-09-05)

Compare
Choose a tag to compare
@tarasko tarasko released this 05 Sep 15:23
· 107 commits to master since this release
  • Optimization: use direct send syscall for plain sockets, forward data to underlying transport only on EWOULDBLOCK.
  • Optimization: disable usage of BufferedProtocol because profiler showed that it is slower than regular data_received