Skip to content

workflow v0.10.9

Compare
Choose a tag to compare
@Barenboim Barenboim released this 04 Sep 12:29
· 258 commits to master since this release
d60e0b5

New Features

  • Add WFNetworkTask::closed() for checking if server task's connection was closed.
  • Add TLVMessage to simplify implementing self-defined protocols.
  • Add interfaces to enable getting HttpMessage's output body.

Improvements

  • Correct server task's noreply() behavior by closing connection earlier at origial reply time.
  • Optimize MySQL parser.

Bug Fixes

  • Fix MySQL EBADMSG error by fixing the bug when parsing OK packet.
  • Fix MySQL bug when a trasaction's connection reset.