Skip to content

v0.8.0

Choose a tag to compare

@adam-fowler adam-fowler released this 07 Apr 09:30
· 89 commits to main since this release
ee695f8
  • Add HBHTTPChannelHandlers for managing additional ChannelHandlers
  • Fixed bug with setting tcpNoDelay. This is now defaulted to on
  • HBHTTPServer.addChannelHandler no longer accepts a position parameter. All handlers are assumed to be after the HTTP handler.
  • Add HBHTTPServer.addTLSChannelHandler for setting TLS channel handler
  • Added macOS CI