Skip to content

Releases: jauntsdn/netty-websocket-http2

0.0.2.RELEASE

19 Aug 17:06
Compare
Choose a tag to compare

• add default websocket acceptor: Http2WebSocketAcceptor.ACCEPT_ALL
• client/server handlers: forget closed websockets after timeout
• client/server handlers: on StreamException close only respective websocket, propagate exception otherwise
• closed websocket channel removes self as parent channel close listener
• fix bug when websocket termination frames (RST or empty DATA with endStream flag set) were not flushed in some cases

0.0.1.RELEASE

30 Jul 10:32
Compare
Choose a tag to compare

• handshake only API
• channel API
• subprotocols & compression support
• custom headers on client & server support
• lifecycle events support
• graceful shutdown support
• websocket http2 stream weight API