Skip to content

3.0.0

Compare
Choose a tag to compare
@olliNiinivaara olliNiinivaara released this 26 Mar 17:15
· 47 commits to master since this release
  • breaking API change: Websocket handler's WsUpgradeRequestCallback now accepts first message to send back to client
  • better documentation
  • buffer overflow prevention in header receiver
  • protocolname in ctxstream's registerHandler
  • SecurityThreatened -close cause available for applications to use
  • calling shutdown automatically sends SIGINT signal, i.e. "presses Ctrl-C"
  • SIGTERM is now caught and handled as SIGINT (graceful shutdown)