Skip to content

TreeFrog Framework version 1.8.0 release

Compare
Choose a tag to compare
@treefrogframework treefrogframework released this 11 Apr 10:58
· 2191 commits to master since this release

ChangeLog:

  • Support WebSocket protocol.
  • C++11 support enabled as default.
  • Performance improvement in hybrid MPM.
  • Fix a bug of 'abort' subcommand of treefrog on Windows.
    Fix a bug of routing URL.
  • Modified to use std::atomic instead of QAtomic.
  • Modified to catch SIGINT in case of debug mode.
  • Unsupported prefork MPM.
  • Deleted obsolete functions.
  • Other bugfixes